Class ComboBoxBackgroundDelegate
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.utils.combo.ComboBoxBackgroundDelegate
-
public class ComboBoxBackgroundDelegate extends java.lang.ObjectDelegate class for painting backgrounds of buttons in Radiance look and feel. This class is for internal use only.
-
-
Field Summary
Fields Modifier and Type Field Description private BladeColorSchememutableBorderColorSchemeprivate BladeColorSchememutableFillColorScheme
-
Constructor Summary
Constructors Constructor Description ComboBoxBackgroundDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawBackground(java.awt.Graphics2D graphics, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height)private voiddrawBackground(java.awt.Graphics2D g, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme)voidupdateBackground(java.awt.Graphics g, javax.swing.JComboBox combo)
-
-
-
Field Detail
-
mutableFillColorScheme
private BladeColorScheme mutableFillColorScheme
-
mutableBorderColorScheme
private BladeColorScheme mutableBorderColorScheme
-
-
Method Detail
-
drawBackground
public void drawBackground(java.awt.Graphics2D graphics, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height)
-
drawBackground
private void drawBackground(java.awt.Graphics2D g, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme)
-
updateBackground
public void updateBackground(java.awt.Graphics g, javax.swing.JComboBox combo)
-
-