org.jfree.report.data

Class StaticExpressionRuntimeData


public class StaticExpressionRuntimeData
extends java.lang.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

Configuration
getConfiguration()
int
getCurrentRow()
ReportData
getData()
Object
getDeclaringParent()
ReportContext
getReportContext()
ResourceBundleFactory
getResourceBundleFactory()
void
setConfiguration(Configuration configuration)
void
setCurrentRow(int currentRow)
void
setData(ReportData data)
void
setDeclaringParent(Object declaringParent)
void
setReportContext(ReportContext reportContext)

Constructor Details

StaticExpressionRuntimeData

public StaticExpressionRuntimeData()

Method Details

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)