| java.lang.Object org.jfree.report.layout.model.DefaultPageGrid
DefaultPageGrid | public class DefaultPageGrid implements PageGrid(Code) | | Creation-Date: 05.04.2007, 16:15:32
author: Thomas Morgner |
getColumnCount | public int getColumnCount()(Code) | | |
getHorizontalBreaks | public long[] getHorizontalBreaks()(Code) | | |
getMaximumPageHeight | public long getMaximumPageHeight()(Code) | | |
getMaximumPageWidth | public long getMaximumPageWidth()(Code) | | |
getPage | public PhysicalPageBox getPage(int row, int col)(Code) | | In case of overlapping pageboxes, this method may return null.
Parameters: row - Parameters: col - |
getRowCount | public int getRowCount()(Code) | | |
getVerticalBreaks | public long[] getVerticalBreaks()(Code) | | |
|
|