Class DomainAxisCustomizer
java.lang.Object
net.sf.jasperreports.charts.JRAbstractChartCustomizer
net.sf.jasperreports.customizers.axis.AbstractAxisCustomizer
net.sf.jasperreports.customizers.axis.DomainAxisCustomizer
- All Implemented Interfaces:
JRChartCustomizer
,NamedChartCustomizer
Customizer to define the minimum and maximum value of the domain axis, works for
XY 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_UNIT
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 -
Method Summary
Methods inherited from class net.sf.jasperreports.customizers.axis.AbstractAxisCustomizer
configNumberAxis, configValueAxis
Methods inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
getBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, setName
-
Constructor Details
-
DomainAxisCustomizer
public DomainAxisCustomizer()
-
-
Method Details
-
customize
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
-