org.jfree.layouting.output.pageable
Class PhysicalPageKey
java.lang.Object
org.jfree.layouting.output.pageable.PhysicalPageKey
- All Implemented Interfaces:
- java.io.Serializable
public final class PhysicalPageKey
- extends java.lang.Object
- implements java.io.Serializable
A physical page-key identifies a generated page.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PhysicalPageKey
public PhysicalPageKey(LogicalPageKey logicalPage,
int x,
int y)
getLogicalPage
public LogicalPageKey getLogicalPage()
getX
public int getX()
getY
public int getY()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object