|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChartHandle | |
|---|---|
| com.extentech.ExtenXLS | The ExtenXLS package contains the primary classes for working with spreadsheets. |
| com.extentech.ExtenXLS.ui.jchart | The ExtenXLS UI.jchart package contains swing UI charting package for spreadsheet components. |
| com.extentech.ExtenXLS.web | The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. |
| Uses of ChartHandle in com.extentech.ExtenXLS |
|---|
| Methods in com.extentech.ExtenXLS that return ChartHandle | |
|---|---|
ChartHandle |
WorkBookWritableParser.createChart(java.lang.String name,
WorkSheetHandle wsh)
|
ChartHandle |
WorkBookParser.createChart(java.lang.String name,
WorkSheetHandle wsh)
|
ChartHandle |
WorkBookHandle.createChart(java.lang.String name,
WorkSheetHandle wsh)
Creates a new Chart and places it at the end of the workbook |
static ChartHandle |
ChartHandle.createNewChart(WorkSheetHandle sheet,
int chartType,
java.util.EnumSet<ChartHandle.ChartOptions> options)
Static method to create a new chart on WorkSheet sheet of type chartType with chart Options options After creating, you can set the chart title via ChartHandle.setTitle and Position via ChartHandle.setRelativeBounds (row/col-based) or ChartHandle.setCoords (pixel-based) as well as several other customizations possible |
ChartHandle |
WorkBookWritableParser.getChart(java.lang.String chartname)
|
ChartHandle |
WorkBookParser.getChart(java.lang.String chartname)
|
ChartHandle |
WorkBookHandle.getChart(java.lang.String chartname)
Returns a Chart Handle |
ChartHandle |
WorkBook.getChart(java.lang.String chartname)
Deprecated. Returns a Chart Handle |
ChartHandle |
WorkBookWritableParser.getChartById(int id)
|
ChartHandle |
WorkBookParser.getChartById(int id)
|
ChartHandle |
WorkBookHandle.getChartById(int id)
retrieve a ChartHandle via id |
ChartHandle[] |
WorkBookWritableParser.getCharts()
|
ChartHandle[] |
WorkBookParser.getCharts()
|
ChartHandle[] |
WorkBookHandle.getCharts()
Returns all Chart Handles contained in the WorkBook |
ChartHandle[] |
WorkBook.getCharts()
Deprecated. Returns all Chart Handles contained in the WorkBook |
| Methods in com.extentech.ExtenXLS with parameters of type ChartHandle | |
|---|---|
void |
WorkBookWritableParser.copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
|
void |
WorkBookParser.copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
|
void |
WorkBookHandle.copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
Copies an existing Chart to another WorkSheet |
void |
WorkBook.copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
Deprecated. Copies an existing Chart to another WorkSheet |
| Uses of ChartHandle in com.extentech.ExtenXLS.ui.jchart |
|---|
| Constructors in com.extentech.ExtenXLS.ui.jchart with parameters of type ChartHandle | |
|---|---|
JChart(ChartHandle handle)
Constructor. |
|
| Uses of ChartHandle in com.extentech.ExtenXLS.web |
|---|
| Methods in com.extentech.ExtenXLS.web that return ChartHandle | |
|---|---|
ChartHandle |
MemeWorkBook.createChart(java.lang.String name,
WorkSheetHandle wsh)
|
ChartHandle |
WebDoc.getChart(java.lang.String chartname)
May 16, 2010 |
ChartHandle |
MemeWorkBook.getChart(java.lang.String chartname)
|
ChartHandle |
MemeWorkBook.getChartById(int id)
|
ChartHandle[] |
WebDoc.getCharts()
May 16, 2010 |
ChartHandle[] |
MemeWorkBook.getCharts()
|
| Methods in com.extentech.ExtenXLS.web with parameters of type ChartHandle | |
|---|---|
void |
MemeWorkBook.copyChartToSheet(ChartHandle chart,
WorkSheetHandle sheet)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||