public class BreakPrint extends java.lang.Object implements Print
This class is horizontally and vertically greedy. Greedy prints take up all the available space on the page.
Constructor and Description |
---|
BreakPrint()
Constructs a BreakPrint.
|
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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PrintIterator iterator(Device device, GC gc)
Print