Class DSSImageFactory

  • All Implemented Interfaces:
    ImageFactory

    public class DSSImageFactory
    extends java.lang.Object
    implements ImageFactory
    A little class that creates FITS images using a factory method.
    • Constructor Summary

      Constructors 
      Constructor Description
      DSSImageFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DSSImage factory​(java.lang.String file)
      Create an image given the appropriate spell
      • Methods inherited from class java.lang.Object

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

      • DSSImageFactory

        public DSSImageFactory()
    • Method Detail

      • factory

        public DSSImage factory​(java.lang.String file)
        Description copied from interface: ImageFactory
        Create an image given the appropriate spell
        Specified by:
        factory in interface ImageFactory