|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.IconDesc
public class IconDesc
The icon element.
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
int |
getDepth()
Returns the icon depth or -1 if not specified in the JNLPFile. |
int |
getHeight()
Returns the icon height or -1 if not specified in the JNLPFile. |
java.lang.Object |
getKind()
Returns the icon type. |
java.net.URL |
getLocation()
Returns the location of the icon. |
int |
getSize()
Returns the icon size or -1 if not specified in the JNLPFile. |
int |
getWidth()
Returns the icon width or -1 if not specified in the JNLPFile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public java.net.URL getLocation()
public java.lang.Object getKind()
public int getWidth()
public int getHeight()
public int getSize()
public int getDepth()
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |