Uses of Class
net.comrom.chart.Plotter

Packages that use Plotter
net.comrom.chart   
 

Uses of Plotter in net.comrom.chart
 

Subclasses of Plotter in net.comrom.chart
 class BarPlotter
          Plotter used to draw a bar chart.
 class BarPlotter3D
          Plotter used to draw a bar chart.
 class CurvePlotter
          This is the plotter used to draw curves.
 class GaugePlotter
           
 class LinePlotter
          The plotter used to draw a line chart.
 class LinePlotter3D
           
 class PiePlotter
          Plotter used to create a pie chart.
 class RadarPlotter
          Class used to plot radar charts.
 

Fields in net.comrom.chart declared as Plotter
 Plotter[] Chart.plotters
          array of plotter
 Plotter Axis.plot
           
 

Methods in net.comrom.chart with parameters of type Plotter
 void Chart.addPlotter(Plotter p)
           
 

Constructors in net.comrom.chart with parameters of type Plotter
Chart(Title t, Plotter p, Axis X, Axis Y)