org.apache.felix.upnp.sample.tv
Class TvIcon

java.lang.Object
  extended by org.apache.felix.upnp.sample.tv.TvIcon
All Implemented Interfaces:
org.osgi.service.upnp.UPnPIcon

public class TvIcon
extends java.lang.Object
implements org.osgi.service.upnp.UPnPIcon


Constructor Summary
TvIcon()
           
 
Method Summary
 int getDepth()
           
 int getHeight()
           
 java.io.InputStream getInputStream()
           
 java.lang.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

TvIcon

public TvIcon()
Method Detail

getMimeType

public java.lang.String getMimeType()
Specified by:
getMimeType in interface org.osgi.service.upnp.UPnPIcon

getWidth

public int getWidth()
Specified by:
getWidth in interface org.osgi.service.upnp.UPnPIcon

getHeight

public int getHeight()
Specified by:
getHeight in interface org.osgi.service.upnp.UPnPIcon

getSize

public int getSize()
Specified by:
getSize in interface org.osgi.service.upnp.UPnPIcon

getDepth

public int getDepth()
Specified by:
getDepth in interface org.osgi.service.upnp.UPnPIcon

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in interface org.osgi.service.upnp.UPnPIcon
Throws:
java.io.IOException