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 BladeContainerColorTokensmutableContainerTokens
-
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, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height)private voiddrawBackground(java.awt.Graphics2D g, javax.swing.JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens)voidupdateBackground(java.awt.Graphics g, javax.swing.JComboBox combo)
-
-
-
Field Detail
-
mutableContainerTokens
private BladeContainerColorTokens mutableContainerTokens
-
-
Method Detail
-
drawBackground
public void drawBackground(java.awt.Graphics2D graphics, javax.swing.JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height)
-
drawBackground
private void drawBackground(java.awt.Graphics2D g, javax.swing.JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens)
-
updateBackground
public void updateBackground(java.awt.Graphics g, javax.swing.JComboBox combo)
-
-