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
public class DomainAxisCustomizer extends AbstractAxisCustomizer
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 Constructor Description DomainAxisCustomizer()
-
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.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
-
-
-
-
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
-
-