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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.LogicalPageKey
All Implemented Interfaces:
Serializable

public final class LogicalPageKey
extends Object
implements Serializable

Creation-Date: 10.11.2006, 13:04:36

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
LogicalPageKey(int position, int width, int height)
           
 
Method Summary
 boolean equals(Object o)
           
 int getHeight()
           
 PhysicalPageKey getPage(int x, int y)
           
 int getPosition()
           
 int getWidth()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalPageKey

public LogicalPageKey(int position,
                      int width,
                      int height)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getPosition

public int getPosition()

getPage

public PhysicalPageKey getPage(int x,
                               int y)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object