public abstract class AbstractIterator extends java.lang.Object implements PrintIterator
Print.iterator(Device, GC).| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier | Constructor and Description |
|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopy, hasNext, minimumSize, next, preferredSizeprotected final org.eclipse.swt.graphics.Device device
protected final org.eclipse.swt.graphics.GC gc
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.