org.apache.felix.upnp.basedriver.importer.core.upnp
Class UPnPIconImpl

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.importer.core.upnp.UPnPIconImpl
All Implemented Interfaces:
UPnPIcon

public class UPnPIconImpl
extends Object
implements UPnPIcon


Constructor Summary
UPnPIconImpl(org.cybergarage.upnp.Icon cybericon, org.cybergarage.upnp.Device cyberdev)
           
 
Method Summary
 int getDepth()
           
 int getHeight()
           
 InputStream getInputStream()
           
 String getMimeType()
           
 int getSize()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UPnPIconImpl

public UPnPIconImpl(org.cybergarage.upnp.Icon cybericon,
                    org.cybergarage.upnp.Device cyberdev)
Method Detail

getMimeType

public String getMimeType()
Specified by:
getMimeType in interface UPnPIcon

getWidth

public int getWidth()
Specified by:
getWidth in interface UPnPIcon

getHeight

public int getHeight()
Specified by:
getHeight in interface UPnPIcon

getSize

public int getSize()
Specified by:
getSize in interface UPnPIcon

getDepth

public int getDepth()
Specified by:
getDepth in interface UPnPIcon

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in interface UPnPIcon
Throws:
IOException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.