Class StandardChartTheme

java.lang.Object
org.jfree.chart.StandardChartTheme
All Implemented Interfaces:
Serializable, Cloneable, ChartTheme, PublicCloneable

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.
See Also: