Method Summary |
|
final protected Object | getFieldValue(String fieldName) Returns the value of a report field. |
final protected Object | getFieldValue(String fieldName, boolean fromInputDataset) Returns the value of a report or input dataset field.
The input dataset differs from the report dataset when the chart
uses a sub dataset as input.
Parameters: fieldName - the field name Parameters: fromInputDataset - whether the field belongs to the input dataset rather than the report. This is usefull only when the chart uses a sub dataset as input. |
final protected Object | getParameterValue(String parameterName) Returns the value of a report parameter. |
final protected Object | getParameterValue(String parameterName, boolean fromInputDataset) Returns the value of a report or input dataset parameter.
The input dataset differs from the report dataset when the chart
uses a sub dataset as input.
Parameters: parameterName - the parameter name Parameters: fromInputDataset - whether the parameter belongs to the input dataset rather than the report. This is usefull only when the chart uses a sub dataset as input. |
final protected Object | getVariableValue(String variableName) Returns the value of a report variable. |
final protected Object | getVariableValue(String variableName, boolean fromInputDataset) Returns the value of a report or input dataset variable.
The input dataset differs from the report dataset when the chart
uses a sub dataset as input.
Parameters: variableName - the variable name Parameters: fromInputDataset - whether the variable belongs to the input dataset rather than the report. This is usefull only when the chart uses a sub dataset as input. |
public void | init(JRBaseFiller chartFiller, JRFillChart chart) Initializes the chart customizer. |