Class LogoPixmapInputStreamFactory

  • All Implemented Interfaces:
    org.refcodes.factory.LookupFactory<java.io.InputStream,LogoPixmap>


    public class LogoPixmapInputStreamFactory
    extends java.lang.Object
    implements org.refcodes.factory.LookupFactory<java.io.InputStream,LogoPixmap>
    The Class LogoPixmapInputStreamFactory.
    Author:
    steiner
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream createInstance​(LogoPixmap aIdentifier)
      • Methods inherited from interface org.refcodes.factory.LookupFactory

        createInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogoPixmapInputStreamFactory

        public LogoPixmapInputStreamFactory​()
    • Method Detail

      • createInstance

        public java.io.InputStream createInstance​(LogoPixmap aIdentifier)
        Specified by:
        createInstance in interface org.refcodes.factory.LookupFactory<java.io.InputStream,LogoPixmap>