Package net.sf.jasperreports.customizers
Class LevelRenderCustomizer
java.lang.Object
net.sf.jasperreports.charts.JRAbstractChartCustomizer
net.sf.jasperreports.customizers.LevelRenderCustomizer
- All Implemented Interfaces:
JRChartCustomizer,NamedChartCustomizer
- Author:
- Marco Orlandin (dejawho2@users.sourceforge.net)
-
Field Summary
FieldsFields inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
chart, fillerFields inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
CUSTOMIZER_CLASS_PROPERTY_PREFIX, CUSTOMIZER_PROPERTY_PREFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
getBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, setName
-
Field Details
-
PROPERTY_ITEM_MARIGN
- See Also:
-
PROPERTY_MAX_ITEM_WIDTH
- See Also:
-
-
Constructor Details
-
LevelRenderCustomizer
public LevelRenderCustomizer()
-
-
Method Details
-
customize
Description copied from interface:JRChartCustomizerThis method is called at fill time, before the chart is rendered.- Parameters:
jfc- the JFreeChart object, which can be accessed and modifiedjrc- the JasperReports version of the chart, containing data that might be needed in customization
-