org.pentaho.reporting.engine.classic.core.layout.output
Class DefaultLayoutPagebreakHandler
java.lang.Object
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
DefaultLayoutPagebreakHandler
public DefaultLayoutPagebreakHandler(ReportState reportState)
DefaultLayoutPagebreakHandler
public DefaultLayoutPagebreakHandler()
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