|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
SpreadsheetDocument.createChart(String title,
DataSet dataset,
Rectangle rect)
Creates a new Chart for this spreadsheet document. |
Chart |
TextDocument.createChart(String title,
DataSet dataset,
Rectangle rect)
|
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 |
AbstractChartContainer.createChart(String title,
DataSet dataset,
Rectangle rect)
|
Chart |
ChartContainer.createChart(String title,
DataSet dataset,
Rectangle rect)
Creates a new Chart for this container. |
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||