org.pentaho.reporting.engine.classic.core.layout.output
Class LogicalPageKey
java.lang.Object
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)
|
LogicalPageKey
public LogicalPageKey(int position,
int width,
int height)
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