Uses of Class
org.odftoolkit.simple.chart.ChartType

Packages that use ChartType
org.odftoolkit.simple.chart Provide convenient methods to manipulate chart in ODF text, presentation and spreadsheet document. 
 

Uses of ChartType in org.odftoolkit.simple.chart
 

Methods in org.odftoolkit.simple.chart that return ChartType
static ChartType ChartType.enumValueOf(String mString)
          Returns the enum of ChartType string.
 ChartType Chart.getChartType()
          chart type manipulation, get the current chart type
static ChartType ChartType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChartType[] ChartType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.simple.chart with parameters of type ChartType
 void Chart.setChartType(ChartType type)
          chart type manipulation, set a chart type when chart type is changed, all the corresponding chart behaviors and properties should be changed accordingly
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.