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.
- Author:
- Kirill Grouchnikov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawBackground(Graphics2D graphics, JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height) voidupdateBackground(Graphics g, JComboBox combo)
-
Constructor Details
-
ComboBoxBackgroundDelegate
public ComboBoxBackgroundDelegate()
-
-
Method Details
-
drawBackground
public void drawBackground(Graphics2D graphics, JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height) -
updateBackground
-