org.pentaho.reporting.engine.classic.core.layout.model
Interface PageGrid

All Superinterfaces:
Cloneable
All Known Implementing Classes:
DefaultPageGrid

public interface PageGrid
extends Cloneable

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

Method Summary
 Object clone()
           
 int getColumnCount()
           
 long[] getHorizontalBreaks()
           
 PhysicalPageBox getPage(int row, int col)
           
 int getRowCount()
           
 

Method Detail

getPage

PhysicalPageBox getPage(int row,
                        int col)

getRowCount

int getRowCount()

getColumnCount

int getColumnCount()

getHorizontalBreaks

long[] getHorizontalBreaks()

clone

Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException