Uses of Class
com.extentech.ExtenXLS.ChartHandle

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 WorkBookHandle.createChart(String name, WorkSheetHandle wsh)
          Creates a new Chart and places it at the end of the workbook Under development and unsupported!
 ChartHandle WorkBookHandle.getChart(String chartname)
          Returns a Chart Handle
 ChartHandle WorkBook.getChart(String chartname)
          Returns a Chart Handle
 ChartHandle Document.getChart(String chartname)
          Returns a Chart Handle
 ChartHandle WorkBookHandle.getChartById(int id)
          retrieve a ChartHandle via id
 ChartHandle[] WorkBookHandle.getCharts()
          Returns all Chart Handles contained in the WorkBook
 ChartHandle[] WorkBook.getCharts()
          Returns all Chart Handles contained in the WorkBook
 ChartHandle[] Document.getCharts()
          Returns all Chart Handles contained in the WorkBook
 

Methods in com.extentech.ExtenXLS with parameters of type ChartHandle
 void WorkBookHandle.copyChartToSheet(ChartHandle chart, WorkSheetHandle sheet)
          Copies an existing Chart to another WorkSheet
 void WorkBook.copyChartToSheet(ChartHandle chart, WorkSheetHandle sheet)
          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(String name, WorkSheetHandle wsh)
           
 ChartHandle WebDoc.getChart(String chartname)
          May 16, 2010
 ChartHandle MemeWorkBook.getChart(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)
           
 



Copyright © 2010 Extentech Inc. All Rights Reserved.