jview
Class JScaleableImage.Display

java.lang.Object
  extended by jview.JScaleableImage.Display
Enclosing class:
JScaleableImage

public static final class JScaleableImage.Display
extends Object

Test the functionality. Basic test, retrieve a fits image and displays it.


Constructor Summary
JScaleableImage.Display()
           
 
Method Summary
static void main(String[] arg)
          Reads a fits-file from the first command line argument and displays it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JScaleableImage.Display

public JScaleableImage.Display()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
Reads a fits-file from the first command line argument and displays it.

Throws:
Exception