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 java.lang.Object
- implements UPnPDeviceImage
  
 
| 
Constructor Summary | 
UPnPDeviceImageImpl(int width,
                    int height,
                    java.lang.String location,
                    java.lang.String mime)
 
            | 
 
 
| 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 java.lang.String location
mime
public java.lang.String mime
UPnPDeviceImageImpl
public UPnPDeviceImageImpl(int width,
                           int height,
                           java.lang.String location,
                           java.lang.String mime)
getWidth
public int getWidth()
- Specified by:
 getWidth in interface UPnPDeviceImage
 
 
getHeight
public int getHeight()
- Specified by:
 getHeight in interface UPnPDeviceImage
 
 
getLocation
public java.lang.String getLocation()
- Specified by:
 getLocation in interface UPnPDeviceImage
 
 
getMime
public java.lang.String getMime()
- Specified by:
 getMime in interface UPnPDeviceImage