public static class Icon.IconType
extends com.jniwrapper.util.EnumItem
| Modifier and Type | Field and Description |
|---|---|
static Icon.IconType |
BIG
Corresponds to
ICON_BIG type. |
static Icon.IconType |
SMALL
Corresponds to
ICON_SMALL type. |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Dimension |
getSize()
Returns the size associated with a currect icon type.
|
public static final Icon.IconType SMALL
ICON_SMALL type.public static final Icon.IconType BIG
ICON_BIG type.