Class PrintViewer.BackgroundUpdater
- java.lang.Object
-
- org.eclipse.nebula.paperclips.widgets.PrintViewer.BackgroundUpdater
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- PrintViewer
private class PrintViewer.BackgroundUpdater extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
cancelled
private PrintIterator
iterator
private int
maxHeight
private int
minHeight
private PrintPiece
piece
-
Constructor Summary
Constructors Modifier Constructor Description private
BackgroundUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
binarySearchRangeForSmallestValidHeight()
private void
determineValidHeightRange()
void
run()
-
-
-
Field Detail
-
cancelled
private boolean cancelled
-
minHeight
private int minHeight
-
maxHeight
private int maxHeight
-
iterator
private PrintIterator iterator
-
piece
private PrintPiece piece
-
-