OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.chart.AQChart

Packages that use AQChart
com.aquafold.openapi.chart   
com.aquafold.openapi.data   
com.aquafold.openapi.report   
 

Uses of AQChart in com.aquafold.openapi.chart
 

Methods in com.aquafold.openapi.chart that return AQChart
 AQChart AQChartFactory.newChart()
          Get a new AQChart instance
 

Methods in com.aquafold.openapi.chart with parameters of type AQChart
 String AQChartFactory.getServletString(AQChart chart)
          Get a string containing the url parameters used to make a ChartServlet request.
 String AQChartFactory.toDataString(AQChart chart)
          Get the data portion of the servlet request parameters.
 String AQChartFactory.toPropertiesString(AQChart chart)
          Get the properties portion of the servlet request parameters.
 

Uses of AQChart in com.aquafold.openapi.data
 

Methods in com.aquafold.openapi.data with parameters of type AQChart
 byte[] AQDataSet.getAsExcel2003(AQDataSetSettings settings, AQChart chart)
          Returns the data set, with chart enabled, as a byte array representing an Excel 2003 file.
 byte[] AQPivotDataSet.getAsExcel2003(AQDataSetSettings settings, AQChart chart)
          Returns the pivot data, with chart enabled, as a byte array representing an Excel 2003 file.
 byte[] AQDataSet.getAsExcel2007(AQDataSetSettings settings, AQChart chart)
          Returns the data set, with chart enabled, as a byte array representing an Excel 2007 file.
 byte[] AQPivotDataSet.getAsExcel2007(AQDataSetSettings settings, AQChart chart)
          Returns the pivot data, with chart enabled, as a byte array representing an Excel 2007 file.
 String AQDataSet.renderHtml(AQDataSetSettings settings, AQChart chart)
          Converts the data set to a HTML document, with chart enabled, using the specified grid settings.
 String AQPivotDataSet.renderHtml(AQDataSetSettings settings, AQChart chart)
          Converts the pivot data to a HTML document, with chart enabled, using the specified grid settings.
 void AQDataSet.saveAsExcel2003(String fileName, AQDataSetSettings settings, AQChart chart)
          Saves the data set, with chart enabled, as an Excel 2003 file.
 void AQPivotDataSet.saveAsExcel2003(String fileName, AQDataSetSettings settings, AQChart chart)
          Saves the pivot data, with chart enabled, as an Excel 2003 file.
 void AQDataSet.saveAsExcel2007(String fileName, AQDataSetSettings settings, AQChart chart)
          Saves the data set, with chart enabled, as an Excel 2007 file.
 void AQPivotDataSet.saveAsExcel2007(String fileName, AQDataSetSettings settings, AQChart chart)
          Saves the pivot data, with chart enabled, as an Excel 2007 file.
 

Uses of AQChart in com.aquafold.openapi.report
 

Methods in com.aquafold.openapi.report with parameters of type AQChart
 void AQReport.addDataSet(AQDataSet dataSet, AQReportDataSetSettings settings, AQChart chart)
          Adds a data set, with chart enabled, to this report.
 void AQReport.addDataSet(AQPivotDataSet dataSet, AQReportDataSetSettings settings, AQChart chart)
          Adds a pivot data set, with chart enabled, to this report.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.