Uses of Interface
org.jfree.chart.ChartTheme
-
Uses of ChartTheme in org.jfree.chart
Modifier 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.Modifier and TypeMethodDescriptionstatic void
ChartFactory.setChartTheme
(ChartTheme theme) Sets the current chart theme.