public abstract class PrintSizeStrategy
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static PrintSizeStrategy |
MINIMUM |
Compute the minimum size
|
static PrintSizeStrategy |
PREFERRED |
Compute the preferred size.
|
Modifier and Type | Method | Description |
---|---|---|
abstract org.eclipse.swt.graphics.Point |
computeSize(PrintIterator print) |
Computes the size of the PrintIterator.
|
public static final PrintSizeStrategy MINIMUM
public static final PrintSizeStrategy PREFERRED
public abstract org.eclipse.swt.graphics.Point computeSize(PrintIterator print)
print
- the iterator