|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.paperclips.internal.PrintSizeStrategy
public abstract class PrintSizeStrategy
The static instance members of this class aid in the calculation of prints and help abstract out the minimum/preferred size concepts to simplify algorithms.
Field Summary | |
---|---|
static PrintSizeStrategy |
MINIMUM
Compute the minimum size |
static PrintSizeStrategy |
PREFERRED
Compute the preferred size. |
Method Summary | |
---|---|
abstract org.eclipse.swt.graphics.Point |
computeSize(PrintIterator print)
Computes the size of the PrintIterator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PrintSizeStrategy MINIMUM
public static final PrintSizeStrategy PREFERRED
Method Detail |
---|
public abstract org.eclipse.swt.graphics.Point computeSize(PrintIterator print)
print
- the iterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |