Uses of Interface
org.jfree.chart.ChartTheme
-
Packages that use ChartTheme Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
. -
-
Uses of ChartTheme in org.jfree.chart
Classes in org.jfree.chart that implement ChartTheme Modifier and Type Class Description class
StandardChartTheme
A default implementation of theChartTheme
interface.Fields in org.jfree.chart declared as ChartTheme Modifier and Type Field Description private static ChartTheme
ChartFactory. currentTheme
The chart theme.Methods in org.jfree.chart that return ChartTheme Modifier and Type Method Description static 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 ChartTheme Modifier and Type Method Description static void
ChartFactory. setChartTheme(ChartTheme theme)
Sets the current chart theme.
-