Class PreviewPanel.ShowPageImage

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    PreviewPanel

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

      Constructors 
      Modifier Constructor Description
      private ShowPageImage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      The run method that does the actual rendering of the viewed page
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShowPageImage

        private ShowPageImage()
    • Method Detail

      • run

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