Class PrintViewer.BackgroundUpdater

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

    private class PrintViewer.BackgroundUpdater
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Detail

      • cancelled

        private boolean cancelled
      • minHeight

        private int minHeight
      • maxHeight

        private int maxHeight
    • Constructor Detail

      • BackgroundUpdater

        private BackgroundUpdater()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • determineValidHeightRange

        private void determineValidHeightRange()
      • binarySearchRangeForSmallestValidHeight

        private void binarySearchRangeForSmallestValidHeight()