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 ChartThemeChartFactory.currentThemeThe chart theme.Methods in org.jfree.chart that return ChartThemeModifier and TypeMethodDescriptionstatic 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 ChartThemeModifier and TypeMethodDescriptionstatic voidChartFactory.setChartTheme(ChartTheme theme) Sets the current chart theme.