public class Icon extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDepth() |
String |
getHeight() |
Node |
getIconNode() |
String |
getMimeType() |
String |
getURL() |
Object |
getUserData() |
String |
getWidth() |
static boolean |
isIconNode(Node node) |
void |
setDepth(String value) |
void |
setHeight(String value) |
void |
setMimeType(String value) |
void |
setURL(String value) |
void |
setUserData(Object data) |
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 String getWidth()
public void setHeight(String value)
public String 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()
Copyright © 2012 DomoWare. All Rights Reserved.