public class DisclosureIcon
extends java.lang.Object
implements javax.swing.Icon
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CURRENT_STATE_PROPERTY
This client property needs to be set on the component.
|
static java.lang.String |
STATE_COUNT_PROPERTY
This client property needs to be set on the component.
|
Constructor and Description |
---|
DisclosureIcon() |
Modifier and Type | Method and Description |
---|---|
int |
getIconHeight() |
int |
getIconWidth() |
void |
paintIcon(java.awt.Component component,
java.awt.Graphics g,
int x,
int y) |
public static final java.lang.String STATE_COUNT_PROPERTY
public static final java.lang.String CURRENT_STATE_PROPERTY
public void paintIcon(java.awt.Component component, java.awt.Graphics g, int x, int y)
paintIcon
in interface javax.swing.Icon
public int getIconWidth()
getIconWidth
in interface javax.swing.Icon
public int getIconHeight()
getIconHeight
in interface javax.swing.Icon