public class DebugPrint extends java.lang.Object implements Print
Constructor and Description |
---|
DebugPrint(Print target)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PrintIterator |
iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.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(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
Print