com.jrefinery.report.targets.pageable.pagelayout
Class PageLayouter.LayoutManagerState

java.lang.Object
  |
  +--com.jrefinery.report.targets.pageable.pagelayout.PageLayouter.LayoutManagerState
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
SimplePageLayouter.SimpleLayoutManagerState
Enclosing class:
PageLayouter

protected abstract static class PageLayouter.LayoutManagerState
extends java.lang.Object
implements java.lang.Cloneable

Represents the state of the page layouter. Subclasses must override this class to create an internal state which can be saved and restored when a page-break occurs.

The state is required to be cloneable and must support deep-cloning so that the state can be restored multiple times whenever the page printing continues.


Constructor Summary
PageLayouter.LayoutManagerState()
          Creates a new state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLayouter.LayoutManagerState

public PageLayouter.LayoutManagerState()
Creates a new state.