Header
And More


Uses of Interface
org.jfree.chart.ChartTheme

Packages that use ChartTheme
org.jfree.chart Core classes, including JFreeChart and ChartPanel
 

Uses of ChartTheme in org.jfree.chart
 

Classes in org.jfree.chart that implement ChartTheme
 class StandardChartTheme
          A default implementation of the ChartTheme interface.
 

Methods in org.jfree.chart that return ChartTheme
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.
 

Methods in org.jfree.chart with parameters of type ChartTheme
static void ChartFactory.setChartTheme(ChartTheme theme)
          Sets the current chart theme.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.