Class apps.FITSDemo.FITSImageBrowser
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class apps.FITSDemo.FITSImageBrowser

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----apps.FITSDemo.FITSImageBrowser

public class FITSImageBrowser
extends Applet
implements Observer

Constructor Index

 o FITSImageBrowser()
 o FITSImageBrowser(DatasetChooserPanel)

Method Index

 o displayViewable(Viewable)
 o init()
 o main(String[])
 o showTransferFunctionPanel()
 o stop()
 o update(Observable, Object)

Constructors

 o FITSImageBrowser
  public FITSImageBrowser()
 o FITSImageBrowser
  public FITSImageBrowser(DatasetChooserPanel p)

Methods

 o init
  public void init()
Overrides:
init in class Applet
 o stop
  public void stop()
Overrides:
stop in class Applet
 o update
  public void update(Observable o,
                     Object arg)
 o showTransferFunctionPanel
  public void showTransferFunctionPanel()
 o displayViewable
  public void displayViewable(Viewable v)
 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index