org.jfree.layouting.renderer.model.page
Class PhysicalPageBox
java.lang.Object
org.jfree.layouting.renderer.model.page.PhysicalPageBox
- Cloneable
public class PhysicalPageBox
extends java.lang.Object
implements Cloneable
Defines the properties of a single physical page. In a later version, this
box may receive physical page header and footer or may even support the full
CSS-pagebox modell.
clone
public Object clone()
throws CloneNotSupportedException
getGlobalX
public long getGlobalX()
getGlobalY
public long getGlobalY()
getHeight
public long getHeight()
getImageableHeight
public long getImageableHeight()
getImageableWidth
public long getImageableWidth()
getImageableX
public long getImageableX()
getImageableY
public long getImageableY()
getWidth
public long getWidth()
setGlobalX
public void setGlobalX(long globalX)
setGlobalY
public void setGlobalY(long globalY)