public interface Print
Modifier and Type | Method and Description |
---|---|
PrintIterator |
iterator(Device device,
GC gc)
Returns a PrintIterator for laying out the contents of this Print.
|
PrintIterator iterator(Device device, GC gc)
device
- the graphics device this Print will be drawn onto.gc
- the graphics context to be used for calculating layout and
drawing the Print's contents.