| Interface | Description |
|---|---|
| CategoryGraph2DModel |
This is a generic interface for sending data to 2D category graphs.
|
| ColorScheme |
This interface allows the user to define a custom color scheme for
plots such as ContourPlot.
|
| Graph2DModel |
This is a generic interface for sending data to 2D graphs.
|
| Graph3DModel |
This is a generic interface for sending data to 3D graphs.
|
| GraphDataListener |
GraphDataListener.
|
| Class | Description |
|---|---|
| AbstractGraphModel |
The AbstractGraphModel class handles the dispatching of
GraphDataEvents to interested listeners.
|
| ArgandDiagramModel |
The ArgandDiagramModel provides a convenient implementation of
the Graph2DModel interface for creating Argand diagrams using
the LineGraph component.
|
| BarGraph |
A bar graph AWT component.
|
| CategoryGraph2D |
The CategoryGraph2D superclass provides an abstract encapsulation
of 2D category graphs.
|
| ContourPlot |
A contour plot AWT component.
|
| CurveFitter |
Sample program demonstrating use of LinearMath.leastSquaresFit method
and the LineTraceModel graph class for Polynomial Fitting.
|
| CurveFitterApplet |
Sample program demonstrating use of LinearMath.leastSquaresFit method
and the LineTraceModel graph class for Polynomial Fitting.
|
| DataSeries |
The DataSeries class encapsulates a data series for a graph.
|
| DefaultCategoryGraph2DModel |
The DefaultCategoryGraph2DModel class provides a default implementation
of the CategoryGraph2DModel interface.
|
| DefaultGraph2DModel |
The DefaultGraph2DModel class provides a default implementation
of the Graph2DModel interface.
|
| DefaultGraph3DModel |
The DefaultGraph3DModel class provides a default implementation
of the Graph3DModel interface.
|
| DoubleBufferedCanvas |
The DoubleBufferedCanvas class provides double buffering functionality.
|
| Graph2D |
The Graph2D superclass provides an abstract encapsulation of 2D graphs.
|
| GraphDataEvent |
Defines an event that encapsulates changes to a graph.
|
| GraphLayout |
A graph layout arranges components in the style of a graph.
|
| ImageCanvas |
The ImageCanvas class allows an image to be directly added to a container.
|
| LayeredBarGraph |
A layered bar graph AWT component.
|
| LineGraph |
A line graph AWT component.
|
| LineGraph3D |
A 3D line graph AWT component.
|
| LineTrace |
A line trace AWT component.
|
| LineTraceModel1 |
An extension of LineTrase.java that traces a line and draws the model fit.
|
| ModelerCanvas |
An extension of LineTrase.java that traces a line and draws the model fit.
|
| PieChart |
A pie chart AWT component.
|
| ScatterGraph |
A scatter graph AWT component.
|
| StackedBarGraph |
A stacked bar graph AWT component.
|