| java.lang.Object org.jfree.report.layout.model.PhysicalPageBox
PhysicalPageBox | public class PhysicalPageBox implements Cloneable(Code) | | 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.
|
PhysicalPageBox | public PhysicalPageBox(PageFormat pageFormat, long globalX, long globalY)(Code) | | |
getGlobalX | public long getGlobalX()(Code) | | |
getGlobalY | public long getGlobalY()(Code) | | |
getHeight | public long getHeight()(Code) | | |
getImageableHeight | public long getImageableHeight()(Code) | | |
getImageableWidth | public long getImageableWidth()(Code) | | |
getImageableX | public long getImageableX()(Code) | | |
getImageableY | public long getImageableY()(Code) | | |
getOrientation | public int getOrientation()(Code) | | |
getWidth | public long getWidth()(Code) | | |
setGlobalX | public void setGlobalX(long globalX)(Code) | | |
setGlobalY | public void setGlobalY(long globalY)(Code) | | |
|
|