Print
public class DebugPrint extends java.lang.Object implements Print
Constructor | Description |
---|---|
DebugPrint(Print target) |
Deprecated.
|
Modifier and Type | Method | 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