org.pentaho.reporting.engine.classic.core.layout.output
Class FastPageStateList

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.FastPageStateList
All Implemented Interfaces:
PageStateList

public class FastPageStateList
extends Object
implements PageStateList

Todo: Document me!

Date: 08.04.2010 Time: 15:45:38

Author:
Thomas Morgner.

Constructor Summary
FastPageStateList(ReportProcessor reportProcessor)
           
 
Method Summary
 void add(PageState state)
           
 void clear()
           
 PageState get(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastPageStateList

public FastPageStateList(ReportProcessor reportProcessor)
Method Detail

size

public int size()
Specified by:
size in interface PageStateList

add

public void add(PageState state)
Specified by:
add in interface PageStateList

clear

public void clear()
Specified by:
clear in interface PageStateList

get

public PageState get(int index)
Specified by:
get in interface PageStateList