Package net.sf.jasperreports.charts
Interface NamedChartCustomizer
- All Superinterfaces:
JRChartCustomizer
- All Known Implementing Classes:
AbstractAxisCustomizer
,AbstractIntervalMarkerCustomizer
,AbstractMarkerCustomizer
,AbstractShapeCustomizer
,AbstractValueMarkerCustomizer
,CategoryMarkerCustomizer
,DomainAxisCustomizer
,DomainIntervalMarkerCustomizer
,DomainValueMarkerCustomizer
,JRAbstractChartCustomizer
,LegendShapeCustomizer
,LevelRenderCustomizer
,LineDotShapeCustomizer
,RangeAxisCustomizer
,RangeIntervalMarkerCustomizer
,RangeValueMarkerCustomizer
Interface that represents a
JRChartCustomizer
that is assigned
a name after being instantiated using the default empty constructor. It will use that name to retrieve custom properties from
the chart element, properties that are considered to be for its own use, having the name as part of the property name.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
CUSTOMIZER_CLASS_PROPERTY_PREFIX, CUSTOMIZER_PROPERTY_PREFIX
-
Method Summary
Methods inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
customize
-
Method Details
-
setName
-