public abstract class AbstractIterator extends java.lang.Object implements PrintIterator
Print.iterator(Device, GC)
.Modifier and Type | Field and Description |
---|---|
protected Device |
device
The device being printed to.
|
protected GC |
gc
A GC used for measuring document elements.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractIterator(AbstractIterator that)
Copy constructor.
|
protected |
AbstractIterator(Device device,
GC gc)
Constructs an AbstractIterator with the given Device and GC.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copy, hasNext, minimumSize, next, preferredSize
protected final Device device
protected final GC gc
protected AbstractIterator(Device device, 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.