| org.jfree.report.layout.model.PageGrid
All known Subclasses: org.jfree.report.layout.model.DefaultPageGrid,
PageGrid | public interface PageGrid extends Cloneable(Code) | | The page grid describes the logical page. That grid consists of PageGridAreas,
which correspond to the usable content-PageArea. PageGridAreas are
synchronized against each other - the smallest width or height defines the
available column space.
Modifications to PageAreas are only valid, if they are not locked.
author: Thomas Morgner |
getColumnCount | public int getColumnCount()(Code) | | |
getHorizontalBreaks | public long[] getHorizontalBreaks()(Code) | | |
getRowCount | public int getRowCount()(Code) | | |
|
|