Klasse UPnPIconImpl

java.lang.Object
org.jupnp.osgi.impl.UPnPIconImpl
Alle implementierten Schnittstellen:
org.osgi.service.upnp.UPnPIcon

public class UPnPIconImpl extends Object implements org.osgi.service.upnp.UPnPIcon
Autor:
Bruce Green
  • Konstruktordetails

    • UPnPIconImpl

      public UPnPIconImpl(Icon icon)
  • Methodendetails

    • getMimeType

      public String getMimeType()
      Angegeben von:
      getMimeType in Schnittstelle org.osgi.service.upnp.UPnPIcon
    • getWidth

      public int getWidth()
      Angegeben von:
      getWidth in Schnittstelle org.osgi.service.upnp.UPnPIcon
    • getHeight

      public int getHeight()
      Angegeben von:
      getHeight in Schnittstelle org.osgi.service.upnp.UPnPIcon
    • getSize

      public int getSize()
      Angegeben von:
      getSize in Schnittstelle org.osgi.service.upnp.UPnPIcon
    • getDepth

      public int getDepth()
      Angegeben von:
      getDepth in Schnittstelle org.osgi.service.upnp.UPnPIcon
    • getInputStream

      public InputStream getInputStream() throws IOException
      Angegeben von:
      getInputStream in Schnittstelle org.osgi.service.upnp.UPnPIcon
      Löst aus:
      IOException