| Constructor and Description |
|---|
LineBreakPrint(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(Device device,
GC gc)
Returns a PrintIterator for laying out the contents of this Print.
|
public LineBreakPrint(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(Device device, GC gc)
Print