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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.LayouterLevel

public class LayouterLevel
extends Object

Creation-Date: Jan 22, 2007, 12:20:04 PM

Author:
Thomas Morgner

Constructor Summary
LayouterLevel(ReportDefinition reportDefinition, int groupIndex, LayoutExpressionRuntime runtime, boolean inItemGroup)
           
 
Method Summary
 int getGroupIndex()
           
 ReportDefinition getReportDefinition()
           
 LayoutExpressionRuntime getRuntime()
           
 boolean isInItemGroup()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayouterLevel

public LayouterLevel(ReportDefinition reportDefinition,
                     int groupIndex,
                     LayoutExpressionRuntime runtime,
                     boolean inItemGroup)
Method Detail

isInItemGroup

public boolean isInItemGroup()

getReportDefinition

public ReportDefinition getReportDefinition()

getGroupIndex

public int getGroupIndex()

getRuntime

public LayoutExpressionRuntime getRuntime()