Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
Modifier and Type | Class and Description |
---|---|
class |
StandardChartTheme
A default implementation of the
ChartTheme interface. |
Modifier and Type | Method and 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 a
ChartTheme 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 Type | Method and Description |
---|---|
static void |
ChartFactory.setChartTheme(ChartTheme theme)
Sets the current chart theme.
|