All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.ImageJApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----ij.ImageJApplet

public class ImageJApplet
extends Applet
Shell applet that runs Image/J


Constructor Index

 o ImageJApplet()

Method Index

 o getInstance()
 o init()
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.

Constructors

 o ImageJApplet
 public ImageJApplet()

Methods

 o init
 public void init()
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.

Overrides:
init in class Applet
 o getInstance
 public static ImageJApplet getInstance()

All Packages  Class Hierarchy  This Package  Previous  Next  Index