Class StandardChartTheme

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

public class StandardChartTheme extends Object implements ChartTheme, Cloneable, org.jfree.util.PublicCloneable, 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: