|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.paperclips.AbstractIterator
public abstract class AbstractIterator
An abstract PrintIterator class which maintains references to the device and
gc arguments passed to Print.iterator(Device, GC)
.
Field Summary | |
---|---|
protected org.eclipse.swt.graphics.Device |
device
The device being printed to. |
protected org.eclipse.swt.graphics.GC |
gc
A GC used for measuring document elements. |
Constructor Summary | |
---|---|
protected |
AbstractIterator(AbstractIterator that)
Copy constructor. |
protected |
AbstractIterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc)
Constructs an AbstractIterator with the given Device and GC. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.paperclips.PrintIterator |
---|
copy, hasNext, minimumSize, next, preferredSize |
Field Detail |
---|
protected final org.eclipse.swt.graphics.Device device
protected final org.eclipse.swt.graphics.GC gc
Constructor Detail |
---|
protected AbstractIterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
device
- the device being printed to.gc
- a GC used for drawing on the print device.protected AbstractIterator(AbstractIterator that)
that
- the AbstractIterator being copied.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |