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

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

public class TvIcon
extends Object
implements UPnPIcon


Constructor Summary
TvIcon()
           
 
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

TvIcon

public TvIcon()
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.