public class Icon extends Object
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
int |
getDepth() |
int |
getHeight() |
Node |
getIconNode() |
String |
getMimeType() |
String |
getURL() |
Object |
getUserData() |
int |
getWidth() |
boolean |
hasBytes() |
boolean |
hasMimeType() |
boolean |
hasURL() |
static boolean |
isIconNode(Node node) |
boolean |
isURL(String url) |
void |
setBytes(byte[] data) |
void |
setDepth(int value) |
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 Icon()
public Node getIconNode()
public static boolean isIconNode(Node node)
public void setMimeType(String value)
public String getMimeType()
public boolean hasMimeType()
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 void setDepth(int value)
public int getDepth()
public void setURL(String value)
public String getURL()
public boolean hasURL()
public boolean isURL(String url)
public void setUserData(Object data)
public Object getUserData()
public void setBytes(byte[] data)
public boolean hasBytes()
public byte[] getBytes()