Class BreakPrint
java.lang.Object
net.sf.paperclips.BreakPrint
- All Implemented Interfaces:
Print
-
Constructor Details
-
BreakPrint
public BreakPrint()Constructs a BreakPrint.
-
-
Method Details
-
equals
-
hashCode
-
iterator
public PrintIterator iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc) Description copied from interface:PrintReturns a PrintIterator for laying out the contents of this Print. The iterator uses a snapshot of the print at the time this method is invoked, so subsequent changes to the Print will not affect the output of the iterator.
-