Class AbstractAxisCustomizer
- java.lang.Object
-
- net.sf.jasperreports.charts.JRAbstractChartCustomizer
-
- net.sf.jasperreports.customizers.axis.AbstractAxisCustomizer
-
- All Implemented Interfaces:
JRChartCustomizer
,NamedChartCustomizer
- Direct Known Subclasses:
DomainAxisCustomizer
,RangeAxisCustomizer
public abstract class AbstractAxisCustomizer extends JRAbstractChartCustomizer
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_MAX_VALUE
static String
PROPERTY_MIN_VALUE
static String
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 AbstractAxisCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configNumberAxis(org.jfree.chart.axis.NumberAxis numberAxis, String tickUnitProp)
protected void
configValueAxis(org.jfree.chart.axis.ValueAxis valueAxis, String minProp, String maxProp)
-
Methods inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
getBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
customize
-
-
-
-
Field Detail
-
PROPERTY_MIN_VALUE
public static final String PROPERTY_MIN_VALUE
- See Also:
- Constant Field Values
-
PROPERTY_MAX_VALUE
public static final String PROPERTY_MAX_VALUE
- See Also:
- Constant Field Values
-
PROPERTY_TICK_UNIT
public static final String PROPERTY_TICK_UNIT
- See Also:
- Constant Field Values
-
-