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

Packages that use DataSet
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.chart Provide convenient methods to manipulate chart in ODF text, presentation and spreadsheet document. 
org.odftoolkit.simple.presentation Provide high level methods to ODF presentation documents. 
 

Uses of DataSet in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple with parameters of type DataSet
 Chart TextDocument.createChart(String title, DataSet dataset, Rectangle rect)
           
 Chart SpreadsheetDocument.createChart(String title, DataSet dataset, Rectangle rect)
          Creates a new Chart for this spreadsheet document.
 Chart PresentationDocument.createChart(String title, DataSet dataset, Rectangle rect)
           
 

Uses of DataSet in org.odftoolkit.simple.chart
 

Methods in org.odftoolkit.simple.chart that return DataSet
 DataSet Chart.getChartData()
          chart data manipulation, get the chart data
 

Methods in org.odftoolkit.simple.chart with parameters of type DataSet
 Chart ChartContainer.createChart(String title, DataSet dataset, Rectangle rect)
          Creates a new Chart for this container.
 Chart AbstractChartContainer.createChart(String title, DataSet dataset, Rectangle rect)
           
 void Chart.setChartData(DataSet dataset)
          chart data manipulation, set chart data
 

Uses of DataSet in org.odftoolkit.simple.presentation
 

Methods in org.odftoolkit.simple.presentation with parameters of type DataSet
 Chart Slide.createChart(String title, DataSet dataset, Rectangle rect)
           
 



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