Class RangeAxisCustomizer
java.lang.Object
net.sf.jasperreports.charts.JRAbstractChartCustomizer
net.sf.jasperreports.customizers.axis.AbstractAxisCustomizer
net.sf.jasperreports.customizers.axis.RangeAxisCustomizer
- All Implemented Interfaces:
JRChartCustomizer,NamedChartCustomizer
Customizer to define the minimum and maximum value of the range axis, works for both
XY and Category plot
- Author:
- Marco Orlandin (dejawho2@users.sourceforge.net)
-
Field Summary
Fields inherited from class net.sf.jasperreports.customizers.axis.AbstractAxisCustomizer
PROPERTY_MAX_VALUE, PROPERTY_MIN_VALUE, PROPERTY_TICK_UNITFields 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.customizers.axis.AbstractAxisCustomizer
configNumberAxis, configValueAxisMethods inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
getBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, setName
-
Constructor Details
-
RangeAxisCustomizer
public RangeAxisCustomizer()
-
-
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
-