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
public class LevelRenderCustomizer extends JRAbstractChartCustomizer
- Author:
- Marco Orlandin (dejawho2@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_ITEM_MARIGN
static String
PROPERTY_MAX_ITEM_WIDTH
-
Fields inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
chart, filler
-
Fields inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
CUSTOMIZER_CLASS_PROPERTY_PREFIX, CUSTOMIZER_PROPERTY_PREFIX
-
-
Constructor Summary
Constructors Constructor Description LevelRenderCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
This method is called at fill time, before the chart is rendered.-
Methods inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
getBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, setName
-
-
-
-
Field Detail
-
PROPERTY_ITEM_MARIGN
public static final String PROPERTY_ITEM_MARIGN
- See Also:
- Constant Field Values
-
PROPERTY_MAX_ITEM_WIDTH
public static final String PROPERTY_MAX_ITEM_WIDTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
customize
public void customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
Description copied from interface:JRChartCustomizer
This 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
-
-