Uses of Interface
net.grelf.grip.ImPreviewActor

Packages that use ImPreviewActor
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.1.1 
 

Uses of ImPreviewActor in net.grelf.grip
 

Classes in net.grelf.grip that implement ImPreviewActor
 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 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.
 

Constructors in net.grelf.grip with parameters of type ImPreviewActor
ImPreview(Image image, ImPreviewActor aCaller)
          Use this constructor if the standard size preview image is required.
ImPreview(Image image, ImPreviewActor aCaller, int theWidth, int theHeight)
          Use this constructor if you want a non-standard sized preview image.