public class Icon extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDepth() |
int |
getHeight() |
Node |
getIconNode() |
String |
getMimeType() |
String |
getURL() |
Object |
getUserData() |
int |
getWidth() |
static boolean |
isIconNode(Node node) |
void |
setDepth(String value) |
void |
setHeight(int value) |
void |
setHeight(String value) |
void |
setMimeType(String value) |
void |
setURL(String value) |
void |
setUserData(Object data) |
void |
setWidth(int value) |
void |
setWidth(String value) |
public static final String ELEM_NAME
public Icon(Node node)
public Node getIconNode()
public static boolean isIconNode(Node node)
public void setMimeType(String value)
public String getMimeType()
public void setWidth(String value)
public void setWidth(int value)
public int getWidth()
public void setHeight(String value)
public void setHeight(int value)
public int getHeight()
public void setDepth(String value)
public String getDepth()
public void setURL(String value)
public String getURL()
public void setUserData(Object data)
public Object getUserData()