Class LogicalPageKey
- java.lang.Object
-
- org.jfree.layouting.output.pageable.LogicalPageKey
-
- All Implemented Interfaces:
java.io.Serializable
public final class LogicalPageKey extends java.lang.Object implements java.io.SerializableCreation-Date: 10.11.2006, 13:04:36- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogicalPageKey(int position, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetHeight()PhysicalPageKeygetPage(int x, int y)intgetPosition()intgetWidth()inthashCode()
-
-
-
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(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-