net.grelf.grip
Interface ImPreviewActor

All Known Implementing Classes:
ControlPointsDialogue, ImAddProportionDialogue, ImColourDialogue, ImContourDialogue, 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.


Method Summary
 void previewAction(Image originalImage, Image previewImage, java.awt.Point centre, int width, int height)
           
 

Method Detail

previewAction

void previewAction(Image originalImage,
                   Image previewImage,
                   java.awt.Point centre,
                   int width,
                   int height)