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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.DefaultLayoutPagebreakHandler
All Implemented Interfaces:
Cloneable, LayoutPagebreakHandler

public class DefaultLayoutPagebreakHandler
extends Object
implements LayoutPagebreakHandler, Cloneable

Creation-Date: 22.04.2007, 13:47:41

Author:
Thomas Morgner

Constructor Summary
DefaultLayoutPagebreakHandler()
           
DefaultLayoutPagebreakHandler(ReportState reportState)
           
 
Method Summary
 Object clone()
           
 ReportState getReportState()
           
 void pageFinished()
           
 void pageStarted()
           
 void setReportState(ReportState reportState)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLayoutPagebreakHandler

public DefaultLayoutPagebreakHandler(ReportState reportState)

DefaultLayoutPagebreakHandler

public DefaultLayoutPagebreakHandler()
Method Detail

getReportState

public ReportState getReportState()

setReportState

public void setReportState(ReportState reportState)

pageFinished

public void pageFinished()
Specified by:
pageFinished in interface LayoutPagebreakHandler

pageStarted

public void pageStarted()
Specified by:
pageStarted in interface LayoutPagebreakHandler

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException