jview
Class JSkyCanvas.Display

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

public static final class JSkyCanvas.Display
extends Object

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


Constructor Summary
JSkyCanvas.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

JSkyCanvas.Display

public JSkyCanvas.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