Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Chart |
TextDocument.createChart(String title,
DataSet dataset,
Rectangle rect) |
Chart |
PresentationDocument.createChart(String title,
DataSet dataset,
Rectangle rect) |
Chart |
SpreadsheetDocument.createChart(String title,
DataSet dataset,
Rectangle rect)
Creates a new Chart for this spreadsheet document.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
Chart.getChartData()
chart data manipulation, get the chart data
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Chart |
Slide.createChart(String title,
DataSet dataset,
Rectangle rect) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.