E - component typeD - decoration typeI - content typepublic class RadioIcon<E extends javax.swing.JRadioButton,D extends IDecoration<E,D>,I extends RadioIcon<E,D,I>> extends AbstractContent<E,D,I>
JRadioButton component.| Modifier and Type | Field and Description |
|---|---|
protected java.awt.Color |
leftColor |
protected java.awt.Color |
rightColor |
bounds| Constructor and Description |
|---|
RadioIcon() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
I |
merge(I icon) |
void |
paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
E c,
D d)
Paints component's content.
|
getBoundsType@XStreamAsAttribute protected java.awt.Color leftColor
@XStreamAsAttribute protected java.awt.Color rightColor
public java.lang.String getId()
public void paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
E c,
D d)
IContentg2d - graphics contextbounds - painting boundsc - painted componentd - painted decoration state