Uses of Class
org.pentaho.chart.model.Theme.ChartTheme

Packages that use Theme.ChartTheme
org.pentaho.chart   
org.pentaho.chart.model   
 

Uses of Theme.ChartTheme in org.pentaho.chart
 

Methods in org.pentaho.chart with parameters of type Theme.ChartTheme
 Theme AbstractChartThemeFactory.getTheme(Theme.ChartTheme chartTheme)
           
 Theme IChartThemeFactory.getTheme(Theme.ChartTheme chartTheme)
           
 

Uses of Theme.ChartTheme in org.pentaho.chart.model
 

Methods in org.pentaho.chart.model that return Theme.ChartTheme
 Theme.ChartTheme ChartModel.getTheme()
           
static Theme.ChartTheme Theme.ChartTheme.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Theme.ChartTheme[] Theme.ChartTheme.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.pentaho.chart.model with parameters of type Theme.ChartTheme
 void ChartModel.setTheme(Theme.ChartTheme theme)
          Set an overall color and style scheme for the chart.