Package org.cybergarage.upnp
Class Icon
- java.lang.Object
- 
- org.cybergarage.upnp.Icon
 
- 
 public class Icon extends Object 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()intgetDepth()intgetHeight()NodegetIconNode()StringgetMimeType()StringgetURL()ObjectgetUserData()intgetWidth()booleanhasBytes()booleanhasMimeType()booleanhasURL()static booleanisIconNode(Node node)booleanisURL(String url)voidsetBytes(byte[] data)voidsetDepth(int value)voidsetDepth(String value)voidsetHeight(int value)voidsetHeight(String value)voidsetMimeType(String value)voidsetURL(String value)voidsetUserData(Object data)voidsetWidth(int value)voidsetWidth(String value)
 
- 
- 
- 
Field Detail- 
ELEM_NAMEpublic static final String ELEM_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
Iconpublic Icon(Node node) 
 - 
Iconpublic Icon() 
 
- 
 - 
Method Detail- 
getIconNodepublic Node getIconNode() 
 - 
isIconNodepublic static boolean isIconNode(Node node) 
 - 
setMimeTypepublic void setMimeType(String value) 
 - 
getMimeTypepublic String getMimeType() 
 - 
hasMimeTypepublic boolean hasMimeType() 
 - 
setWidthpublic void setWidth(String value) 
 - 
setWidthpublic void setWidth(int value) 
 - 
getWidthpublic int getWidth() 
 - 
setHeightpublic void setHeight(String value) 
 - 
setHeightpublic void setHeight(int value) 
 - 
getHeightpublic int getHeight() 
 - 
setDepthpublic void setDepth(String value) 
 - 
setDepthpublic void setDepth(int value) 
 - 
getDepthpublic int getDepth() 
 - 
setURLpublic void setURL(String value) 
 - 
getURLpublic String getURL() 
 - 
hasURLpublic boolean hasURL() 
 - 
isURLpublic boolean isURL(String url) 
 - 
setUserDatapublic void setUserData(Object data) 
 - 
getUserDatapublic Object getUserData() 
 - 
setBytespublic void setBytes(byte[] data) 
 - 
hasBytespublic boolean hasBytes() 
 - 
getBytespublic byte[] getBytes() 
 
- 
 
-