Package org.cybergarage.upnp
Class Icon
java.lang.Object
org.cybergarage.upnp.Icon
public class Icon extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method 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)
-
Field Details
-
ELEM_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
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()
-