i-net Clear Reports

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

Packages that use AbstractPlot
com.inet.report.chart.plot Provides all classes and interfaces for chart plot. 
 

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

Subclasses of AbstractPlot in com.inet.report.chart.plot
 class com.inet.report.chart.plot.AbstractLinePlot
          The class with common line chart properties.
 class AreaPlot
          A general class for plotting data of groups of values.
 class BarPlot
          A general class for plotting data of groups of values.
 class Chart3DPlot
          Class to create 3D chart plots.
 class ContinuousAreaPlot
          A general class for plotting data of groups of values.
 class ContinuousBarPlot
          A general class for plotting data of groups of values.
 class ContinuousLinePlot
          A general class for plotting data of groups of values.
 class GanttPlot
          A general class for plotting data in the form of an start, end and progress value.
 class LinePlot
          A general class for plotting data of groups of values.
 class MultiplePiePlot
          A general class for plotting data of groups of values.
 class PiePlot
          A general class for plotting data of groups of values.
 class PolarPlot
          A general class for plotting data of groups of values.
 class StandardPlot
          A general plotting class that uses BaseAxis as category axis, DiscreteNumberAxis as data axis and StandardDataset as data source.
 class StockPlot
          A general class for plotting data in the form of an open and close value or an open, close, high an low value.
 class XYPlot
          A general class for plotting data in the form of (x, y) pairs.
 

Methods in com.inet.report.chart.plot that return AbstractPlot
 AbstractPlot AreaStyle.getDefaultPlot()
          Creates a new area plot and initializes the plot with default settings.
 AbstractPlot BarStyle.getDefaultPlot()
          Creates a new bar plot and initializes the plot with default settings.
 AbstractPlot Chart3DStyle.getDefaultPlot()
          Creates a new 3D plot and initializes the plot with default settings.
abstract  AbstractPlot ChartStyle.getDefaultPlot()
          Creates a default plot properly for this chart style.
 AbstractPlot ContinuousAreaStyle.getDefaultPlot()
          Creates a new continuous area plot and initializes the plot with default settings.
 AbstractPlot ContinuousBarStyle.getDefaultPlot()
          Creates a new continuous bar plot and initializes the plot with default settings.
 AbstractPlot ContinuousLineStyle.getDefaultPlot()
          Creates a new continuous line plot and initializes the plot with default settings.
 AbstractPlot GanttStyle.getDefaultPlot()
          Creates a new gantt plot and initializes the plot with default settings.
 AbstractPlot LineStyle.getDefaultPlot()
          Creates a new line plot and initializes the plot with default settings.
 AbstractPlot MultiplePieStyle.getDefaultPlot()
          Creates a new multiple pie style plot and initializes the plot with default settings.
 AbstractPlot PieStyle.getDefaultPlot()
          Creates a new pie plot and initializes the plot with default settings.
 AbstractPlot PolarStyle.getDefaultPlot()
          Creates a new polar plot and initializes the plot with default settings.
 AbstractPlot StockStyle.getDefaultPlot()
          Creates a new stock plot and initializes the plot with default settings.
 AbstractPlot XYStyle.getDefaultPlot()
          Creates a new xy plot and initializes the plot with default settings.
 AbstractPlot CombinedPlot.getPlot(int index)
          Returns the chart plot at the specified position in this list.
 AbstractPlot CombinedPlot.removePlot(int index)
          Removes the chart plot at the specified position in this list.
 

Methods in com.inet.report.chart.plot with parameters of type AbstractPlot
 void CombinedPlot.addPlot(AbstractPlot plot)
          The list of plots contains either only one unspecified plot or more combinable plots.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH