Class SynthProgressBarPainter
java.lang.Object
de.javasoft.plaf.synthetica.painter.SyntheticaComponentPainter
de.javasoft.plaf.synthetica.painter.ProgressBarPainter
com.inductiveautomation.ignition.client.util.gui.painters.SynthProgressBarPainter
- All Implemented Interfaces:
- de.javasoft.plaf.synthetica.painter.Cacheable
public class SynthProgressBarPainter
extends de.javasoft.plaf.synthetica.painter.ProgressBarPainter
A Synthetica 
ProgressBarPainter so we can set the Synthetica.background client prop before
 painting the progress bar foreground. This is necessary since ImagePainter always looks at this client
 prop, otherwise it just uses the background value which matches the progress bar background.- 
Nested Class SummaryNested classes/interfaces inherited from interface de.javasoft.plaf.synthetica.painter.Cacheablede.javasoft.plaf.synthetica.painter.Cacheable.ScaleType
- 
Field SummaryFields inherited from class de.javasoft.plaf.synthetica.painter.ProgressBarPainterUI_KEYFields inherited from class de.javasoft.plaf.synthetica.painter.SyntheticaComponentPainterinstances
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpaintProgressBarForeground(SynthContext sc, Graphics g, int x, int y, int w, int h, int orient) Methods inherited from class de.javasoft.plaf.synthetica.painter.ProgressBarPaintergetCacheHash, getInstance, getInstance, isBorderPainted, paintProgressBarBackground, paintProgressBarBackground, paintProgressBarBorderMethods inherited from class de.javasoft.plaf.synthetica.painter.SyntheticaComponentPainterblend, calcRelativeArc, calcRelativeGradientPos, calcRelativeLength, calcRelativePos, createAlphaColor, createLinearGradientPaint, createStroke, getCacheScaleInsets, getCacheScaleType, getImageInsets, getImageInsets, getInstance, getPainterClassName, getScale, getSyntheticaBackgroundBlendMode, getSyntheticaBackgroundColor, prepareGraphics2D, prepareGraphics2D, prepareGraphics2D, prepareGraphics2D, prepareGraphics2D, resolveImagePath, restoreGraphics2D, scaleArc, subtractStroke
- 
Constructor Details- 
SynthProgressBarPainterpublic SynthProgressBarPainter()
 
- 
- 
Method Details- 
paintProgressBarForegroundpublic void paintProgressBarForeground(SynthContext sc, Graphics g, int x, int y, int w, int h, int orient) - Overrides:
- paintProgressBarForegroundin class- de.javasoft.plaf.synthetica.painter.ProgressBarPainter
 
 
-