org.pentaho.reporting.engine.classic.core.layout.output
Class PhysicalPageKey

java.lang.Object
  extended by 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

Constructor Summary
PhysicalPageKey(LogicalPageKey logicalPage, int x, int y)
           
 
Method Summary
 boolean equals(Object o)
           
 LogicalPageKey getLogicalPage()
           
 int getSequentialPageNumber()
           
 int getX()
           
 int getY()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhysicalPageKey

public PhysicalPageKey(LogicalPageKey logicalPage,
                       int x,
                       int y)
Method Detail

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