org.jfree.layouting.output.pageable
public final class LogicalPageKey extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
LogicalPageKey(int position,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getHeight() |
PhysicalPageKey |
getPage(int x,
int y) |
int |
getPosition() |
int |
getWidth() |
int |
hashCode() |
public int getWidth()
public int getHeight()
public int getPosition()
public PhysicalPageKey getPage(int x, int y)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object