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 TypeMethodDescriptionvoiddrawBackground(Graphics2D graphics, JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height) private voiddrawBackground(Graphics2D g, JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens) voidupdateBackground(Graphics g, JComboBox combo)
-
Field Details
-
mutableContainerTokens
-
-
Constructor Details
-
ComboBoxBackgroundDelegate
public ComboBoxBackgroundDelegate()
-
-
Method Details
-
drawBackground
public void drawBackground(Graphics2D graphics, JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height) -
drawBackground
private void drawBackground(Graphics2D g, JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens) -
updateBackground
-