org.pentaho.reporting.engine.classic.core.layout.output
Interface PageStateList

All Known Implementing Classes:
DefaultPageStateList, FastPageStateList

public interface PageStateList

A page state list contains stored page states. Page States are generated as layouter-save-points from where the report processing can restart later on.

Author:
Thomas Morgner.

Method Summary
 void add(PageState state)
           
 void clear()
           
 PageState get(int index)
           
 int size()
           
 

Method Detail

size

int size()

add

void add(PageState state)

clear

void clear()

get

PageState get(int index)