org.jfree.report.data

Class StaticExpressionRuntimeData

public class StaticExpressionRuntimeData extends Object

This class holds all expression-runtime information, which are known when the expression gets added to the datarow. Once added, they won't change anymore.

Author: Thomas Morgner

Constructor Summary
StaticExpressionRuntimeData()
Method Summary
ConfigurationgetConfiguration()
intgetCurrentRow()
ReportDatagetData()
ObjectgetDeclaringParent()
ReportContextgetReportContext()
ResourceBundleFactorygetResourceBundleFactory()
voidsetConfiguration(Configuration configuration)
voidsetCurrentRow(int currentRow)
voidsetData(ReportData data)
voidsetDeclaringParent(Object declaringParent)
voidsetReportContext(ReportContext reportContext)

Constructor Detail

StaticExpressionRuntimeData

public StaticExpressionRuntimeData()

Method Detail

getConfiguration

public Configuration getConfiguration()

getCurrentRow

public int getCurrentRow()

getData

public ReportData getData()

getDeclaringParent

public Object getDeclaringParent()

getReportContext

public ReportContext getReportContext()

getResourceBundleFactory

public ResourceBundleFactory getResourceBundleFactory()

setConfiguration

public void setConfiguration(Configuration configuration)

setCurrentRow

public void setCurrentRow(int currentRow)

setData

public void setData(ReportData data)

setDeclaringParent

public void setDeclaringParent(Object declaringParent)

setReportContext

public void setReportContext(ReportContext reportContext)