Uses of Interface
org.jfree.chart.ChartTheme
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
-
Uses of ChartTheme in org.jfree.chart
Classes in org.jfree.chart that implement ChartTheme Modifier and Type Class Description classStandardChartThemeA default implementation of theChartThemeinterface.Methods in org.jfree.chart that return ChartTheme Modifier and Type Method Description static ChartThemeStandardChartTheme. createDarknessTheme()Creates and returns a theme called "Darkness".static ChartThemeStandardChartTheme. createJFreeTheme()Creates and returns the default 'JFree' chart theme.static ChartThemeStandardChartTheme. createLegacyTheme()Creates and returns aChartThemethat doesn't apply any changes to the JFreeChart defaults.static ChartThemeChartFactory. getChartTheme()Returns the current chart theme used by the factory.Methods in org.jfree.chart with parameters of type ChartTheme Modifier and Type Method Description static voidChartFactory. setChartTheme(ChartTheme theme)Sets the current chart theme.