public class ComboBoxBackgroundDelegate
extends java.lang.Object
Constructor and Description |
---|
ComboBoxBackgroundDelegate()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
getFullAlphaBackground(javax.swing.JComboBox combo,
javax.swing.ButtonModel model,
SubstanceFillPainter fillPainter,
SubstanceBorderPainter borderPainter,
int width,
int height)
Retrieves the background for the specified button.
|
void |
updateBackground(java.awt.Graphics g,
javax.swing.JComboBox combo,
javax.swing.ButtonModel comboModel)
Updates background of the specified button.
|
public ComboBoxBackgroundDelegate()
public static java.awt.image.BufferedImage getFullAlphaBackground(javax.swing.JComboBox combo, javax.swing.ButtonModel model, SubstanceFillPainter fillPainter, SubstanceBorderPainter borderPainter, int width, int height)
combo
- combo box.model
- Button model.fillPainter
- Button fill painter.borderPainter
- Button border painter.width
- Button width.height
- Button height.public void updateBackground(java.awt.Graphics g, javax.swing.JComboBox combo, javax.swing.ButtonModel comboModel)
g
- Graphic context.combo
- Combo Box to update.