net.grelf.grip
Interface AccumPreviewActor


public interface AccumPreviewActor

A class implements this interface if it wants to use ImPreview on an Accumulator, so that the preview object can call back to perform whatever operation the original class wants to do with the previewed Accumulator.


Method Summary
 void previewAction(Accumulator accumOriginal, java.awt.image.BufferedImage imPreview, java.awt.Point centre, int width, int height)
           
 

Method Detail

previewAction

void previewAction(Accumulator accumOriginal,
                   java.awt.image.BufferedImage imPreview,
                   java.awt.Point centre,
                   int width,
                   int height)