i-net Clear Reports

Uses of Class
com.inet.report.chart.plot.ChartStyle

Packages that use ChartStyle
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.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 ChartStyle in com.inet.report
 

Fields in com.inet.report declared as ChartStyle
static ChartStyle Chart2.DEFAULT_CHART_STYLE
          Default chart style.
 

Methods in com.inet.report with parameters of type ChartStyle
 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 ChartStyle in com.inet.report.chart.dataset
 

Methods in com.inet.report.chart.dataset with parameters of type ChartStyle
 java.lang.String BaseDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String ForAllRecordsDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String GanttForEachRecordDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String GanttOneGroupDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String GanttTwoGroupsDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String OneGroupDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String StockForAllRecordsDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String StockOneGroupDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String TwoGroupsDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String XYForAllRecordsDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 java.lang.String XYOneGroupDataset.verify(ChartStyle style)
          Verifies the group and sum properties of current dataset.
 

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

Subclasses of ChartStyle in com.inet.report.chart.plot
 class AreaStyle
          This class defines the different styles for the area chart.
 class BarStyle
          This class defines the different styles for the bar chart.
 class Chart3DStyle
          This class defines the different styles of the general 3d chart.
 class ContinuousAreaStyle
          This class defines the different styles of the continuous area chart.
 class ContinuousBarStyle
          This class defines the different styles of the continuous bar chart.
 class ContinuousLineStyle
          This class defines the different styles of the continuous line chart.
 class com.inet.report.chart.plot.ContinuousStyle
          A general style class of all continuous chart.
 class GanttStyle
          This class defines the styles of the gantt chart.
 class LineStyle
          This class defines the different styles of the line chart.
 class MultiplePieStyle
          This class defines the styles of the multiple pie chart.
 class PieStyle
          This class defines the different styles of the pie chart.
 class PolarStyle
          This class defines the different styles of the polar chart.
 class StockStyle
          This class defines the different styles of the stock chart.
 class XYStyle
          This class defines the different styles of the XYChart.
 

Methods in com.inet.report.chart.plot that return ChartStyle
abstract  ChartStyle AbstractPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle AreaPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle BarPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle Chart3DPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle ContinuousAreaPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle ContinuousBarPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle ContinuousLinePlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle GanttPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle LinePlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle MultiplePiePlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle PiePlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle PolarPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
abstract  ChartStyle StandardPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle StockPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 ChartStyle XYPlot.getStyle()
          Returns the style of this chart, ie. the general category this plot belongs to.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH