Uses of Interface
org.jfree.chart.ChartTheme
Packages that use ChartTheme
-
Uses of ChartTheme in org.jfree.chart
Classes in org.jfree.chart that implement ChartThemeFields in org.jfree.chart declared as ChartThemeModifier and TypeFieldDescriptionprivate static ChartTheme
ChartFactory.currentTheme
The chart theme.Methods in org.jfree.chart that return ChartThemeModifier and TypeMethodDescriptionstatic ChartTheme
StandardChartTheme.createDarknessTheme()
Creates and returns a theme called "Darkness".static ChartTheme
StandardChartTheme.createJFreeTheme()
Creates and returns the default 'JFree' chart theme.static ChartTheme
StandardChartTheme.createLegacyTheme()
Creates and returns aChartTheme
that doesn't apply any changes to the JFreeChart defaults.static ChartTheme
ChartFactory.getChartTheme()
Returns the current chart theme used by the factory.Methods in org.jfree.chart with parameters of type ChartThemeModifier and TypeMethodDescriptionstatic void
ChartFactory.setChartTheme
(ChartTheme theme) Sets the current chart theme.