|
| static final String | MIME_TYPE = "mimetype" |
| |
| static final String | WIDTH = "width" |
| |
| static final String | HEIGHT = "height" |
| |
| static final String | DEPTH = "depth" |
| |
| static final String | URL = "url" |
| |
◆ Icon() [1/2]
| org.cybergarage.upnp.Icon.Icon |
( |
Node | node | ) |
|
|
inline |
◆ Icon() [2/2]
| org.cybergarage.upnp.Icon.Icon |
( |
| ) |
|
|
inline |
◆ getBytes()
| byte[] org.cybergarage.upnp.Icon.getBytes |
( |
| ) |
|
|
inline |
◆ getDepth()
| int org.cybergarage.upnp.Icon.getDepth |
( |
| ) |
|
|
inline |
◆ getHeight()
| int org.cybergarage.upnp.Icon.getHeight |
( |
| ) |
|
|
inline |
◆ getIconNode()
| Node org.cybergarage.upnp.Icon.getIconNode |
( |
| ) |
|
|
inline |
◆ getMimeType()
| String org.cybergarage.upnp.Icon.getMimeType |
( |
| ) |
|
|
inline |
◆ getURL()
| String org.cybergarage.upnp.Icon.getURL |
( |
| ) |
|
|
inline |
◆ getUserData()
| Object org.cybergarage.upnp.Icon.getUserData |
( |
| ) |
|
|
inline |
◆ getWidth()
| int org.cybergarage.upnp.Icon.getWidth |
( |
| ) |
|
|
inline |
◆ hasBytes()
| boolean org.cybergarage.upnp.Icon.hasBytes |
( |
| ) |
|
|
inline |
◆ hasMimeType()
| boolean org.cybergarage.upnp.Icon.hasMimeType |
( |
| ) |
|
|
inline |
◆ hasURL()
| boolean org.cybergarage.upnp.Icon.hasURL |
( |
| ) |
|
|
inline |
◆ isIconNode()
| static boolean org.cybergarage.upnp.Icon.isIconNode |
( |
Node | node | ) |
|
|
inlinestatic |
◆ isURL()
| boolean org.cybergarage.upnp.Icon.isURL |
( |
String | url | ) |
|
|
inline |
◆ setBytes()
| void org.cybergarage.upnp.Icon.setBytes |
( |
byte | data[] | ) |
|
|
inline |
◆ setDepth() [1/2]
| void org.cybergarage.upnp.Icon.setDepth |
( |
int | value | ) |
|
|
inline |
◆ setDepth() [2/2]
| void org.cybergarage.upnp.Icon.setDepth |
( |
String | value | ) |
|
|
inline |
◆ setHeight() [1/2]
| void org.cybergarage.upnp.Icon.setHeight |
( |
int | value | ) |
|
|
inline |
◆ setHeight() [2/2]
| void org.cybergarage.upnp.Icon.setHeight |
( |
String | value | ) |
|
|
inline |
◆ setMimeType()
| void org.cybergarage.upnp.Icon.setMimeType |
( |
String | value | ) |
|
|
inline |
◆ setURL()
| void org.cybergarage.upnp.Icon.setURL |
( |
String | value | ) |
|
|
inline |
◆ setUserData()
| void org.cybergarage.upnp.Icon.setUserData |
( |
Object | data | ) |
|
|
inline |
◆ setWidth() [1/2]
| void org.cybergarage.upnp.Icon.setWidth |
( |
int | value | ) |
|
|
inline |
◆ setWidth() [2/2]
| void org.cybergarage.upnp.Icon.setWidth |
( |
String | value | ) |
|
|
inline |
◆ bytes
| byte org.cybergarage.upnp.Icon.bytes[] = null |
|
private |
◆ DEPTH
| final String org.cybergarage.upnp.Icon.DEPTH = "depth" |
|
staticprivate |
◆ ELEM_NAME
| final String org.cybergarage.upnp.Icon.ELEM_NAME = "icon" |
|
static |
◆ HEIGHT
| final String org.cybergarage.upnp.Icon.HEIGHT = "height" |
|
staticprivate |
◆ iconNode
| Node org.cybergarage.upnp.Icon.iconNode |
|
private |
◆ MIME_TYPE
| final String org.cybergarage.upnp.Icon.MIME_TYPE = "mimetype" |
|
staticprivate |
◆ URL
| final String org.cybergarage.upnp.Icon.URL = "url" |
|
staticprivate |
◆ userData
| Object org.cybergarage.upnp.Icon.userData = null |
|
private |
◆ WIDTH
| final String org.cybergarage.upnp.Icon.WIDTH = "width" |
|
staticprivate |
The documentation for this class was generated from the following file:
- core/src/main/java/org/cybergarage/upnp/Icon.java