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 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)
  • Method Details

    • setName

      void setName(String name)