org.jfree.layouting.output.pageable

Class PhysicalPageKey

public final class PhysicalPageKey extends Object implements Serializable

A physical page-key identifies a generated page.

Author: Thomas Morgner

Constructor Summary
PhysicalPageKey(LogicalPageKey logicalPage, int x, int y)
Method Summary
booleanequals(Object o)
LogicalPageKeygetLogicalPage()
intgetX()
intgetY()
inthashCode()

Constructor Detail

PhysicalPageKey

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

Method Detail

equals

public boolean equals(Object o)

getLogicalPage

public LogicalPageKey getLogicalPage()

getX

public int getX()

getY

public int getY()

hashCode

public int hashCode()