Package com.java4less.rchart

Interface Summary
ChartListener This interface will allow you to perform actions when the chart is painted.
 

Class Summary
Axis The axis is made of:


The line.
AxisLabel Axislabel are texts that are displayed along the Axis.
BarDataSerie A BarDataSerie is a DataSerie that must be plotted using bars (horizontal) or columns (vertical).
BarPlotter Plotter used to draw a bar chart.
BarPlotter3D Plotter used to draw a bar chart.
Chart Main class of RChart, it links everythings together; axis, plotter, legend, title...
ChartApplet  
ChartComponent A chart component is something that must be drawn on the chart area and it has a position and a size.
chartLoader This class is used to load the chart parameters and create a chart.
CurvePlotter This is the plotter used to draw curves.
DataSerie A data serie contains the values that must be plotted on the chart.
FillStyle This class fills an area.
GaugeDataSerie
Subclass of PieDataSerie for gaugeCharts.
GaugePlotter
Plotter used to create a gauge chart.
HAxisLabel
A horizontal label is an axis label that will be draw along the horizontal axis.
iChart
You must use this class if you want to activate the scroll and zoom features in your charts.
JChartBean Chart Bean, to be used in swing applications.
JiChartBean
You must use this class if you want to use RChart with zoom and scroll in a Swing application since JiChartBean is a subclass of JPanel.
Legend
The legend contains the description of the data displayed in the chart.
LineDataSerie
A LineDataSerie is a DataSerie that must be plotted using lines.
LinePlotter
This is the plotter used to draw a line chart.
LinePlotter3D
This is the plotter used to draw a line chart.
LineStyle
This class draws lines.
logScale
The scale converts the data to screen coordinates using logarithms.
MaxMinDataSerie
This data serie is an extension of LineDataSerie that displayed minimum and maximum values of each element.
PieDataSerie
The PieDataSerie is actually not a serie of value but a set of values to be plotted as a pie chart.
PiePlotter
Plotter used to create a pie chart.
Plotter base class used to plot a chart.
RadarPlotter Class used to plat radar charts.
RMatrix This is a matrix class.
Scale
The scale converts the data to screen coordinates.
Title
The title will be displayed as text above the chart.
VAxisLabel
A vertical label is an axis label that will be displayed along the vertical axis.