public class DebugPrint extends java.lang.Object implements Print
| Constructor and Description |
|---|
DebugPrint(Print target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PrintIterator |
iterator(Device device,
GC gc)
Deprecated.
Returns a PrintIterator for laying out the contents of this Print.
|
public DebugPrint(Print target)
target - the Print object to debugpublic PrintIterator iterator(Device device, GC gc)
Print