|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chart | |
|---|---|
| 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 Chart in org.odftoolkit.simple |
|---|
| Methods in org.odftoolkit.simple that return Chart | |
|---|---|
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)
|
Chart |
TextDocument.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect)
|
Chart |
SpreadsheetDocument.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect)
Creates a new Chart for this spreadsheet document. |
Chart |
PresentationDocument.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect)
|
Chart |
SpreadsheetDocument.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect,
Cell cell)
Creates a new Chart for this spreadsheet document. |
Chart |
TextDocument.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect)
|
Chart |
SpreadsheetDocument.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect)
Creates a new Chart for this spreadsheet document. |
Chart |
PresentationDocument.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect)
|
Chart |
TextDocument.getChartById(String chartId)
|
Chart |
SpreadsheetDocument.getChartById(String chartId)
|
Chart |
PresentationDocument.getChartById(String chartId)
|
| Methods in org.odftoolkit.simple that return types with arguments of type Chart | |
|---|---|
List<Chart> |
TextDocument.getChartByTitle(String title)
|
List<Chart> |
SpreadsheetDocument.getChartByTitle(String title)
|
List<Chart> |
PresentationDocument.getChartByTitle(String title)
|
| Uses of Chart in org.odftoolkit.simple.chart |
|---|
| Methods in org.odftoolkit.simple.chart that return Chart | |
|---|---|
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)
|
Chart |
ChartContainer.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect)
Creates a new Chart for this container. |
Chart |
AbstractChartContainer.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect)
|
Chart |
ChartContainer.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect)
Creates a new Chart for this container. |
Chart |
AbstractChartContainer.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect)
|
Chart |
ChartContainer.getChartById(String chartId)
Gets chart with specified id. |
Chart |
AbstractChartContainer.getChartById(String chartId)
|
| Methods in org.odftoolkit.simple.chart that return types with arguments of type Chart | |
|---|---|
List<Chart> |
ChartContainer.getChartByTitle(String title)
Gets chart list with specified title. |
List<Chart> |
AbstractChartContainer.getChartByTitle(String title)
|
| Uses of Chart in org.odftoolkit.simple.presentation |
|---|
| Methods in org.odftoolkit.simple.presentation that return Chart | |
|---|---|
Chart |
Slide.createChart(String title,
DataSet dataset,
Rectangle rect)
|
Chart |
Slide.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect)
|
Chart |
Slide.createChart(String title,
String[] labels,
String[] legends,
double[][] data,
Rectangle rect)
|
Chart |
Slide.getChartById(String chartId)
|
| Methods in org.odftoolkit.simple.presentation that return types with arguments of type Chart | |
|---|---|
List<Chart> |
Slide.getChartByTitle(String title)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||