Method Summary |
|
public Object | clone() Creates a copy of this page definition. |
public boolean | equals(Object obj) Checks, whether this page definition object is equal to the given object.
Parameters: obj - the other object. |
public float | getHeight() Returns the total height of the logical page. |
public int | getPageCount() Returns the number of physical pages in this page definition. |
public int | getPageCountHorizontal() Returns the number of horizontal pages in this page definition. |
public int | getPageCountVertical() Returns the number of vertical pages in this page definition. |
public PageFormat | getPageFormat(int pos) Returns the physical page format for the given position.
Parameters: pos - the position in the page grid. |
public Rectangle2D | getPagePosition(int index) Returns the printable area within the logical page area covered by the physical page at the given position.
Parameters: index - the positon. |
public Rectangle2D[] | getPagePositions() Returns all page position known to this page definition. |
public float | getWidth() Returns the total width of the logical page. |
public int | hashCode() Computes a hashcode for this page definition. |