jsky.image.fits.codec
Class FITSDecodeParam

java.lang.Object
  extended by jsky.image.fits.codec.FITSDecodeParam
All Implemented Interfaces:
com.sun.media.jai.codec.ImageDecodeParam, java.io.Serializable, java.lang.Cloneable

public class FITSDecodeParam
extends java.lang.Object
implements com.sun.media.jai.codec.ImageDecodeParam

See Also:
Serialized Form

Constructor Summary
FITSDecodeParam()
           
 
Method Summary
 int getPreviewSize()
          Return the value of the previewSize property.
 void setPreviewSize(int i)
          Set the size of the window used to display the prescaled preview image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FITSDecodeParam

public FITSDecodeParam()
Method Detail

setPreviewSize

public void setPreviewSize(int i)
Set the size of the window used to display the prescaled preview image. This determines the scale factor.


getPreviewSize

public int getPreviewSize()
Return the value of the previewSize property.