Package net.sourceforge.jnlp
Class IconDesc
java.lang.Object
net.sourceforge.jnlp.IconDesc
The icon element.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT
default icon -
SELECTED
selected icon -
DISABLED
disabled icon -
ROLLOVER
rollover icon -
SPLASH
splash icon -
SHORTCUT
destop shortcut icon
-
-
Method Details
-
getLocation
- Returns:
- the location of the icon.
-
getKind
- Returns:
- the icon type.
-
getWidth
public int getWidth()- Returns:
- the icon width or -1 if not specified in the JNLPFile.
-
getHeight
public int getHeight()- Returns:
- the icon height or -1 if not specified in the JNLPFile.
-
getSize
public int getSize()- Returns:
- the icon size or -1 if not specified in the JNLPFile.
-
getDepth
public int getDepth()- Returns:
- the icon depth or -1 if not specified in the JNLPFile.
-