skyview.survey
Class FitsImageFactory

java.lang.Object
  extended by skyview.survey.FitsImageFactory
All Implemented Interfaces:
ImageFactory

public class FitsImageFactory
extends java.lang.Object
implements ImageFactory

A little class that creates FITS images using a factory method.


Constructor Summary
FitsImageFactory()
           
 
Method Summary
 FitsImage 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

FitsImageFactory

public FitsImageFactory()
Method Detail

factory

public FitsImage factory(java.lang.String file)
Description copied from interface: ImageFactory
Create an image given the appropriate spell

Specified by:
factory in interface ImageFactory