org.pentaho.reporting.engine.classic.core.layout.output
Class PhysicalPageKey
java.lang.Object
org.pentaho.reporting.engine.classic.core.layout.output.PhysicalPageKey
- All Implemented Interfaces:
- Serializable
public final class PhysicalPageKey
- extends Object
- implements Serializable
A physical page-key identifies a generated page.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
PhysicalPageKey
public PhysicalPageKey(LogicalPageKey logicalPage,
int x,
int y)
getLogicalPage
public LogicalPageKey getLogicalPage()
getX
public int getX()
getY
public int getY()
getSequentialPageNumber
public int getSequentialPageNumber()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object