| Interface | Description |
|---|---|
| CartesianAxes |
CartesianAxes defines common Cartesian coordinate methods.
|
| DrawableAxes |
DrawableAxes defines axes that render themselves in a drawing panel.
|
| PolarAxes |
PolarAxes defines common polar coordinate methods.
|
| Class | Description |
|---|---|
| AbstractAxes |
An abstract class for axes that defines font and title accessor methods.
|
| AbstractPolarAxis |
AbstractPolarAxis implements methods common to all polar axes.
|
| AxisFactory | |
| CartesianCoordinateStringBuilder |
Builds a coordinate string from a mouse event for an axis type.
|
| CartesianType1 |
A modified version of the ptolemy.plot.PlotBox class designed to work with
the OSP drawing framework.
|
| CartesianType2 |
XYAxes draws X and Y axes in a plotting panel.
|
| CartesianType3 |
CartesianType3 draws draggable X and Y axes in the interior of a plotting panel.
|
| CoordinateStringBuilder |
Builds a coordinate string from a mouse event for an axis type.
|
| CustomAxes |
CustomAxes defines a simple axes with an interior and a title.
|
| PolarCoordinateStringBuilder |
Builds a coordinate string from a mouse event for an axis type.
|
| PolarType1 |
PolarType1 defines a polar coordinate axes that always shows the entire polar grid.
|
| PolarType2 |
PolarType2 defines polar coordinate axes that can show a portion of the polar grid.
|
| XAxis |
XAxis: an x axis that knows how to draw itself in a drawing panel.
|
| XYAxis |
A superclass for the x axis and y axis.
|
| YAxis |
YAxis: a y axis that knows how to draw itself in a drawing panel.
|