Uses of Class
com.java4less.rchart.Plotter

Packages that use Plotter
com.java4less.rchart   
 

Uses of Plotter in com.java4less.rchart
 

Subclasses of Plotter in com.java4less.rchart
 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
          Plotter used to create a gauge chart.
 class LinePlotter
           This is the plotter used to draw a line chart.
 class LinePlotter3D
          This is the plotter used to draw a line chart.
 class PiePlotter
          Plotter used to create a pie chart.
 class RadarPlotter
          Class used to plot radar charts.
 

Fields in com.java4less.rchart declared as Plotter
 Plotter Axis.plot
          internal use.
 Plotter[] Chart.plotters
          array of plotter if the chart
 

Methods in com.java4less.rchart with parameters of type Plotter
 void Chart.addPlotter(Plotter p)
          adds an additional plotter to the chart.
 

Constructors in com.java4less.rchart with parameters of type Plotter
Chart(Title t, Plotter p, Axis X, Axis Y)
          creates a chart for the specified components.