Uses of Class
net.grelf.Dialogue

Packages that use Dialogue
net.grelf.astro This package contains Java classes for astronomical applications. 
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: 10.5.6 
 

Uses of Dialogue in net.grelf.astro
 

Subclasses of Dialogue in net.grelf.astro
 class SkyPointDialogue
          Presents a user interface for defining a net.grelf.astro.SkyPoint, changing its epoch, etc.
 class StarChart.StarChartDialogue
          Enable users to set coordinates and other parameters for creating a star chart.
 

Uses of Dialogue in net.grelf.grip
 

Subclasses of Dialogue in net.grelf.grip
 class AstroProcessDialogue
          Present a dialogue so the user can select files and options for the batch astro-process.
 class BatchDialogue
          Dialogue for making a sequence of operations to apply as a batch process to a number of files.
 class ConfigDialogue
          Dialogue for setting the configuration.
 class ControlPointsDialogue
          This class is for adjusting a pair of corresponding points on two images interactively by showing a portion of each image at full scale around the points and dragging each image with a mouse.
 class ImAddProportionDialogue
          This class is for adding 2 images in proportion (eg, 1/4 of the first image to 3/4 of the second.
 class ImageSizeDialogue
          Dialogue for setting the size of a new empty image.
 class ImColourDialogue
          This class is for adjusting the colour balance of an image.
 class ImCurveDialogue
          This class is for adjusting brightness curves on an image.
 class ImMultiplyProportionDialogue
          This class is for multiplying 2 images in proportion (eg, 1/4 of the first image to 3/4 of the second.
 class ImSaturateDialogue
          This class is for saturating colour in an image.
 class ImThreshDialogue
          This class is for thresholding a monochrome image, which means making a mask (in the GlassPane) in which pixels are coloured if the corresponding pixel in the image has levels within the threshold range.
 class ImThreshRGBDialogue
          This class is for thresholding an image, which means making a mask (in the GlassPane) in which pixels are coloured if the corresponding pixel in the image has levels within the threshold range.
 class UnsharpMaskDialogue
          This class is for adding 2 images in proportion (eg, 1/4 of the first image to 3/4 of the second.