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
public interface NamedChartCustomizer extends JRChartCustomizer
Interface that represents aJRChartCustomizer
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setName(String name)
-
Methods inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
customize
-
-
-
-
Method Detail
-
setName
void setName(String name)
-
-