Class StandardChartTheme

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, ChartTheme, org.jfree.util.PublicCloneable

    public class StandardChartTheme
    extends java.lang.Object
    implements ChartTheme, java.lang.Cloneable, org.jfree.util.PublicCloneable, java.io.Serializable
    A default implementation of the ChartTheme interface. This implementation just collects a whole bunch of chart attributes and mimics the manual process of applying each attribute to the right sub-object within the JFreeChart instance. It's not elegant code, but it works.
    Since:
    1.0.11
    See Also:
    Serialized Form