Class SymbolPixmapInputStreamFactory

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


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream createInstance​(SymbolPixmap 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

      • SymbolPixmapInputStreamFactory

        public SymbolPixmapInputStreamFactory​()
    • Method Detail

      • createInstance

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