Uses of Class
org.pentaho.chart.model.ChartTitle.TitleLocation

Packages that use ChartTitle.TitleLocation
org.pentaho.chart.model   
 

Uses of ChartTitle.TitleLocation in org.pentaho.chart.model
 

Methods in org.pentaho.chart.model that return ChartTitle.TitleLocation
 ChartTitle.TitleLocation ChartTitle.getLocation()
           
static ChartTitle.TitleLocation ChartTitle.TitleLocation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChartTitle.TitleLocation[] ChartTitle.TitleLocation.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 ChartTitle.TitleLocation
 void ChartTitle.setLocation(ChartTitle.TitleLocation location)
          Not implemented.