Interface NamedChartCustomizer

  • All Superinterfaces:
    JRChartCustomizer
    All Known Implementing Classes:
    JRAbstractChartCustomizer

    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 Detail

      • setName

        void setName​(java.lang.String name)