Package org.cybergarage.upnp
Class Icon
java.lang.Object
org.cybergarage.upnp.Icon
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()intgetDepth()intgetURL()intgetWidth()booleanhasBytes()booleanbooleanhasURL()static booleanisIconNode(Node node) booleanvoidsetBytes(byte[] data) voidsetDepth(int value) voidvoidsetHeight(int value) voidvoidsetMimeType(String value) voidvoidsetUserData(Object data) voidsetWidth(int value) void
-
Field Details
-
ELEM_NAME
- See Also:
-
-
Constructor Details
-
Icon
-
Icon
public Icon()
-
-
Method Details
-
getIconNode
-
isIconNode
-
setMimeType
-
getMimeType
-
hasMimeType
public boolean hasMimeType() -
setWidth
-
setWidth
public void setWidth(int value) -
getWidth
public int getWidth() -
setHeight
-
setHeight
public void setHeight(int value) -
getHeight
public int getHeight() -
setDepth
-
setDepth
public void setDepth(int value) -
getDepth
public int getDepth() -
setURL
-
getURL
-
hasURL
public boolean hasURL() -
isURL
-
setUserData
-
getUserData
-
setBytes
public void setBytes(byte[] data) -
hasBytes
public boolean hasBytes() -
getBytes
public byte[] getBytes()
-