| Constructor and Description |
|---|
LineBreakPrint(org.eclipse.swt.graphics.FontData font)
Constructs a new LineBreakPrint on the given font.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
PrintIterator |
iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc)
Returns a PrintIterator for laying out the contents of this Print.
|
public LineBreakPrint(org.eclipse.swt.graphics.FontData font)
font - the font which determines the height of the line break.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic PrintIterator iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
Print