Class BoulderDashPixmapUrlFactory

  • All Implemented Interfaces:
    org.refcodes.factory.LookupFactory<java.net.URL,BoulderDashPixmap>


    public class BoulderDashPixmapUrlFactory
    extends java.lang.Object
    implements org.refcodes.factory.LookupFactory<java.net.URL,BoulderDashPixmap>
    The Class BoulderDashPixmapUrlFactory.
    Author:
    steiner
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URL createInstance​(BoulderDashPixmap 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

      • BoulderDashPixmapUrlFactory

        public BoulderDashPixmapUrlFactory​()
    • Method Detail

      • createInstance

        public java.net.URL createInstance​(BoulderDashPixmap aIdentifier)
        Specified by:
        createInstance in interface org.refcodes.factory.LookupFactory<java.net.URL,BoulderDashPixmap>