net.grelf.grip
Interface ImPreviewActor
- All Known Implementing Classes:
- ControlPointsDialogue, ImAddProportionDialogue, ImColourDialogue, ImCurveDialogue, ImMultiplyProportionDialogue, ImSaturateDialogue, ImThreshDialogue, ImThreshRGBDialogue, UnsharpMaskDialogue
public interface ImPreviewActor
A class implements this interface if it wants to use ImPreview on a BufferedImage, so that the preview object can
call back to perform whatever operation the original class wants to do with the previewed image.
Nov 07: extended for use with Accumulator.
|
Method Summary |
void |
previewAction(Accumulator accumOriginal,
java.awt.image.BufferedImage imPreview,
java.awt.Point centre,
int width,
int height)
|
void |
previewAction(java.awt.image.BufferedImage imOriginal,
java.awt.image.BufferedImage imPreview,
java.awt.Point centre,
int width,
int height)
|
previewAction
void previewAction(java.awt.image.BufferedImage imOriginal,
java.awt.image.BufferedImage imPreview,
java.awt.Point centre,
int width,
int height)
previewAction
void previewAction(Accumulator accumOriginal,
java.awt.image.BufferedImage imPreview,
java.awt.Point centre,
int width,
int height)