Uses of Class
net.grelf.AbstractDialogue

Packages that use AbstractDialogue
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: 12.4.3 
net.grelf.image This package contains Java classes defining and processing images. 
 

Uses of AbstractDialogue in net.grelf.astro
 

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

Uses of AbstractDialogue in net.grelf.grip
 

Subclasses of AbstractDialogue 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 ImageSummaryDialogue
          For collecting and displaying summary data during batch astro processes.
 class ImColourDialogue
          This class is for adjusting the colour balance of an image.
 class ImContourDialogue
          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 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.
 

Uses of AbstractDialogue in net.grelf.image
 

Subclasses of AbstractDialogue in net.grelf.image
 class MetadataDialogue
          Displays information about an Image (including file path, calibration, and metadata and allows some editing of metadata.