com.jrefinery.report.targets.pageable.pagelayout
Class SimplePageLayouter.SimpleLayoutManagerState

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

protected static class SimplePageLayouter.SimpleLayoutManagerState
extends PageLayouter.LayoutManagerState

Represents the current state of the page layouter.


Constructor Summary
SimplePageLayouter.SimpleLayoutManagerState(Band band)
          Creates a new state.
 
Method Summary
 Band getBand()
          Returns the band.
 java.lang.String toString()
          Returns a string describing the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimplePageLayouter.SimpleLayoutManagerState

public SimplePageLayouter.SimpleLayoutManagerState(Band band)
Creates a new state. The band can be null if there is no band to be printed on the next page.

Parameters:
band - the band.
Method Detail

getBand

public Band getBand()
Returns the band.

Returns:
the band.

toString

public java.lang.String toString()
Returns a string describing the object.

Overrides:
toString in class java.lang.Object
Returns:
The string.