public class IconDesc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
DEFAULT
default icon
|
static java.lang.Object |
DISABLED
disabled icon
|
static java.lang.Object |
ROLLOVER
rollover icon
|
static java.lang.Object |
SELECTED
selected icon
|
static java.lang.Object |
SHORTCUT
destop shortcut icon
|
static java.lang.Object |
SPLASH
splash icon
|
Modifier and Type | Method and Description |
---|---|
int |
getDepth() |
int |
getHeight() |
java.lang.Object |
getKind() |
java.net.URL |
getLocation() |
int |
getSize() |
int |
getWidth() |
public static final java.lang.Object DEFAULT
public static final java.lang.Object SELECTED
public static final java.lang.Object DISABLED
public static final java.lang.Object ROLLOVER
public static final java.lang.Object SPLASH
public static final java.lang.Object SHORTCUT
public java.net.URL getLocation()
public java.lang.Object getKind()
public int getWidth()
public int getHeight()
public int getSize()
public int getDepth()