Class PreviewPanel.ShowPageImage

java.lang.Object
org.apache.fop.render.awt.viewer.PreviewPanel.ShowPageImage
All Implemented Interfaces:
Runnable
Enclosing class:
PreviewPanel

private class PreviewPanel.ShowPageImage extends Object implements Runnable
This class is used to render the page image in a thread safe way.
  • Constructor Details

    • ShowPageImage

      private ShowPageImage()
  • Method Details

    • run

      public void run()
      The run method that does the actual rendering of the viewed page
      Specified by:
      run in interface Runnable