|
Class Summary |
| AbstractChartNode |
The base class of all of the nodes in both the 2D and 3D chart trees. |
| Axis |
The Axis node provides the mapping for all of its children from the user
coordinate space to the device (screen) space. |
| Axis1D |
An x-axis or a y-axis. |
| AxisLabel |
The labels on an axis. |
| AxisLine |
The axis line. |
| AxisR |
The R-axis in a polar plot. |
| AxisRLabel |
The labels on an axis. |
| AxisRLine |
The radius axis line in a polar plot. |
| AxisRMajorTick |
The major tick marks for the radius axis in a polar plot. |
| AxisTheta |
The angular axis in a polar plot. |
| AxisTitle |
The title on an axis. |
| AxisUnit |
The unit title on an axis. |
| AxisXY |
The axes for an x-y chart. |
| Background |
The background of a chart. |
| Bar |
A bar chart. |
| BarItem |
A single bar in a bar chart. |
| BarSet |
A set of bars in a bar chart. |
| BoxPlot |
Draws a multiple-group Box plot. |
| BoxPlot.Statistics |
Computes the statistics for one set of observations in a
Boxplot. |
| Candlestick |
Candlestick plot of stock data. |
| CandlestickItem |
A candlestick for the up days or the down days. |
| Chart |
The root node of the chart tree. |
| ChartNode |
The base class of all of the nodes in the 2D chart tree. |
| ChartServlet |
The base class for chart servlets. |
| ChartSpline |
Wrap a spline into a ChartFunction to be plotted. |
| ChartTitle |
The main title of a chart. |
| Contour |
A Contour chart shows level curves of a two-dimensional function. |
| ContourLevel |
ContourLevel draws a level curve line and the fill area between
the level curve and the next smaller level curve. |
| Data |
Draws a data node. |
| Dendrogram |
A Dendrogram chart for cluster analysis. |
| Draw |
Chart tree renderer. |
| DrawMap |
Creates an HTML client-side imagemap from a chart tree. |
| DrawPick |
The DrawPick class. |
| ErrorBar |
Data points with error bars. |
| FillPaint |
A collection of methods to create Paint objects for fill areas. |
| Grid |
Draws the grid lines perpendicular to an axis. |
| GridPolar |
Draws the grid lines for a polar plot. |
| Heatmap |
Heatmap creates a chart from a two-dimensional array of double
precision values or Color values. |
| HighLowClose |
High-low-close plot of stock data. |
| JFrameChart |
JFrameChart is a JFrame that contains a chart. |
| JPanelChart |
A Swing JPanel that contains a chart. |
| JspBean |
JspBean is used to refer to charts in a Java Server Page that
are later rendered using the ChartServlet. |
| Legend |
The chart legend. |
| MajorTick |
The major tick marks. |
| MinorTick |
The minor tick marks. |
| PickEvent |
An event that indicates that a chart element has been selected. |
| Pie |
A pie chart. |
| PieSlice |
One wedge of a pie chart. |
| Polar |
This Axis node is used for polar charts. |
| SplineData |
A data set created from a Spline. |
| Text |
The value of the attribute "Title". |
| ToolTip |
A ToolTip for a chart element. |
| TransformDate |
Defines a transformation along an axis that skips weekend dates. |