i-net Clear Reports

Uses of Class
com.inet.report.Chart2

Packages that use Chart2
com.inet.report Provides all classes and interfaces for the i-net Clear Reports Java reporting engine, the ReportServlet, the standalone Listener and the Runtime Design Component (RDC). 
com.inet.report.chart Provides all classes for the i-net Clear Reports chart. 
com.inet.report.chart.dataset Provides all classes and interfaces for chart data handling. 
com.inet.report.chart.plot Provides all classes and interfaces for chart plot. 
 

Uses of Chart2 in com.inet.report
 

Methods in com.inet.report that return Chart2
 Chart2 ElementContainer.addChart2(ChartStyle style, int xpos, int ypos, int objwidth, int objheight)
          Adds a new chart element to the container and returns it.
 Chart2 Section.addChart2(ChartStyle style, int xpos, int ypos, int objwidth, int objheight)
          Adds a new chart element to the container and returns it.
 

Uses of Chart2 in com.inet.report.chart
 

Methods in com.inet.report.chart with parameters of type Chart2
static void ChartConverter.convertChartToChart2(com.inet.report.OldChart oldChart, Chart2 newChart)
          Duplicates the properties from chart of type OldChart to a chart of type Chart2.
 

Uses of Chart2 in com.inet.report.chart.dataset
 

Methods in com.inet.report.chart.dataset that return Chart2
 Chart2 BaseDataset.getChart()
          Returns the parent chart of this dataset.
 Chart2 ForAllRecordsDataset.getChart()
          Returns the parent chart of this dataset.
 Chart2 GanttForEachRecordDataset.getChart()
          Returns the parent chart of this dataset.
 Chart2 StockForAllRecordsDataset.getChart()
          Returns the parent chart of this dataset.
 Chart2 TwoGroupsDataset.getChart()
          Returns the parent chart of this dataset.
 Chart2 XYForAllRecordsDataset.getChart()
          Returns the parent chart of this dataset.
 

Constructors in com.inet.report.chart.dataset with parameters of type Chart2
ForAllRecordsDataset(Chart2 chart)
          Creates a new empty dataset.
ForEachRecordDataset(Chart2 chart)
          Creates a new empty dataset.
GanttForEachRecordDataset(Chart2 chart)
          Creates a new empty dataset.
GanttOneGroupDataset(Chart2 chart)
          Creates a new empty dataset.
GanttTwoGroupsDataset(Chart2 chart)
          Creates a new empty dataset.
OneGroupDataset(Chart2 chart)
          Creates a new empty data set.
StockForAllRecordsDataset(Chart2 chart)
          Creates a new empty dataset.
StockForEachRecordDataset(Chart2 chart)
          Creates a new empty dataset.
StockOneGroupDataset(Chart2 chart)
          Creates a new empty dataset.
TwoGroupsDataset(Chart2 chart)
          Creates a new empty dataset.
XYForAllRecordsDataset(Chart2 chart)
          Creates a new empty dataset.
XYForEachRecordDataset(Chart2 chart)
          Creates a new empty dataset.
XYOneGroupDataset(Chart2 chart)
          Creates a new empty dataset.
 

Uses of Chart2 in com.inet.report.chart.plot
 

Methods in com.inet.report.chart.plot with parameters of type Chart2
 java.util.List AreaStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List BarStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List Chart3DStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
abstract  java.util.List ChartStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List ContinuousAreaStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List ContinuousBarStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List ContinuousLineStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List GanttStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List LineStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List MultiplePieStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List PieStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List PolarStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List StockStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 java.util.List XYStyle.getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
protected  void MultiplePiePlot.readDataset(org.w3c.dom.Element element, Chart2 chart)
          Reads the dataset properties from DOM element.
protected  void PiePlot.readDataset(org.w3c.dom.Element element, Chart2 chart)
          Reads the dataset properties from DOM element.
 void AbstractPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void AreaPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void BarPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void Chart3DPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void ChartPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void CombinedPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void ContinuousAreaPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void ContinuousBarPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void GanttPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void PiePlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void PolarPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void StandardPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void StockPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
 void XYPlot.readProperties(org.w3c.dom.Element element, Chart2 chart)
          Reads the chart properties from the DOMParser Element.
abstract  void AbstractPlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 void Chart3DPlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 void ChartPlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 void CombinedPlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 void GanttPlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 void PiePlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 void PolarPlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 void StandardPlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 void StockPlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 void XYPlot.refreshAutoTitles(Chart2 chart)
          Reads out the data column names from dataset and refreshes the chart labels.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH