com.aelitis.net.upnp.impl.device
Class UPnPDeviceImageImpl
java.lang.Object
com.aelitis.net.upnp.impl.device.UPnPDeviceImageImpl
- All Implemented Interfaces:
- UPnPDeviceImage
public class UPnPDeviceImageImpl
- extends Object
- implements UPnPDeviceImage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
public int width
height
public int height
location
public String location
mime
public String mime
UPnPDeviceImageImpl
public UPnPDeviceImageImpl(int width,
int height,
String location,
String mime)
getWidth
public int getWidth()
- Specified by:
getWidth
in interface UPnPDeviceImage
getHeight
public int getHeight()
- Specified by:
getHeight
in interface UPnPDeviceImage
getLocation
public String getLocation()
- Specified by:
getLocation
in interface UPnPDeviceImage
getMime
public String getMime()
- Specified by:
getMime
in interface UPnPDeviceImage