Class ComboBoxBackgroundDelegate
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.utils.combo.ComboBoxBackgroundDelegate
-
public class ComboBoxBackgroundDelegate extends java.lang.Object
Delegate 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 BladeColorScheme
mutableBorderColorScheme
private BladeColorScheme
mutableFillColorScheme
-
Constructor Summary
Constructors Constructor Description ComboBoxBackgroundDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawBackground(java.awt.Graphics2D graphics, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height)
private void
drawBackground(java.awt.Graphics2D g, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme)
void
updateBackground(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)
-
-