Uses of Class
net.grelf.grip.AstroProcessKind

Packages that use AstroProcessKind
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.4.3 
 

Uses of AstroProcessKind in net.grelf.grip
 

Methods in net.grelf.grip that return AstroProcessKind
static AstroProcessKind AstroProcessKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AstroProcessKind[] AstroProcessKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.grelf.grip with parameters of type AstroProcessKind
AstroProcessDialogue(java.awt.Frame owner, AstroProcessKind processKind)
          Displays the non-modal dialogue with appropriate initial settings for the given instrument.
AstroProcessDialogue(java.awt.Frame owner, AstroProcessKind processKind, boolean experiment)
          Experimental