Class SynthCheckboxPainter
- java.lang.Object
-
- de.javasoft.plaf.synthetica.painter.SyntheticaComponentPainter
-
- de.javasoft.plaf.synthetica.painter.CheckBoxPainter
-
- com.inductiveautomation.ignition.client.util.gui.painters.SynthCheckboxPainter
-
- All Implemented Interfaces:
de.javasoft.plaf.synthetica.painter.Cacheable
public class SynthCheckboxPainter extends de.javasoft.plaf.synthetica.painter.CheckBoxPainter
A SyntheticaCheckBoxPainter
so we can set theSynthetica.background
client prop before painting the selector. This is necessary sinceImagePainter
always looks at this client prop, otherwise it just uses the background value which matches the checkbox background.
-
-
Constructor Summary
Constructors Constructor Description SynthCheckboxPainter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintCheckBoxBackground(javax.swing.plaf.synth.SynthContext sc, java.awt.Graphics g, int x, int y, int w, int h)
-
Methods inherited from class de.javasoft.plaf.synthetica.painter.CheckBoxPainter
getInstance, getInstance, paintCheckBoxBorder, reinitialize
-
Methods inherited from class de.javasoft.plaf.synthetica.painter.SyntheticaComponentPainter
calcRelativeArc, calcRelativeGradientPos, calcRelativeLength, calcRelativePos, createAlphaColor, createLinearGradientPaint, createStroke, getCacheHash, getCacheScaleInsets, getCacheScaleType, getImageInsets, getImageInsets, getInstance, getPainterClassName, getScale, getSyntheticaBackgroundColor, prepareGraphics2D, prepareGraphics2D, prepareGraphics2D, prepareGraphics2D, prepareGraphics2D, resolveImagePath, restoreGraphics2D, scaleArc, subtractStroke
-
-