Class ComboBoxBackgroundDelegate
java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.combo.ComboBoxBackgroundDelegate
Delegate class for painting backgrounds of buttons in Radiance look and feel. This class
is for internal use only.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawBackground
(Graphics2D graphics, JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height) private void
drawBackground
(Graphics2D g, JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme) void
updateBackground
(Graphics g, JComboBox combo)
-
Field Details
-
mutableFillColorScheme
-
mutableBorderColorScheme
-
-
Constructor Details
-
ComboBoxBackgroundDelegate
public ComboBoxBackgroundDelegate()
-
-
Method Details
-
drawBackground
public void drawBackground(Graphics2D graphics, JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height) -
drawBackground
private void drawBackground(Graphics2D g, JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme) -
updateBackground
-