Class AbstractPageViewComponent.PageImageCaptureTask

  • All Implemented Interfaces:
    Callable<Object>, EventListener, PaintPageListener
    Enclosing class:
    AbstractPageViewComponent

    public class AbstractPageViewComponent.PageImageCaptureTask
    extends Object
    implements Callable<Object>, PaintPageListener
    The worker of any successful page paint. The worker takes a snapshot of the given page state and paint the desired image to buffer. One completed the new buffer is stuffed into the pageBufferStore instance with properties so that it can be painted in the correct thread when the component is repainted.