|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use Axis | |
| gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
| Uses of Axis in gov.noaa.pmel.sgt |
| Subclasses of Axis in gov.noaa.pmel.sgt | |
class |
LogAxis
Axis class for creation of "log" axes. |
class |
PlainAxis
Axis class for creation of standard "plain" linear axes. |
class |
SpaceAxis
Abstract base class for axes whose user coordinates are double values. |
class |
TimeAxis
Base class for time axes. |
| Methods in gov.noaa.pmel.sgt that return Axis | |
Axis |
TimeAxis.copy()
|
Axis |
PlainAxis.copy()
|
Axis |
LogAxis.copy()
|
Axis |
CartesianGraph.getXAxis(java.lang.String id)
Get a reference to an X axis. |
Axis |
CartesianGraph.getYAxis(java.lang.String id)
Get a reference to an Y axis. |
abstract Axis |
Axis.copy()
Create a copy of the axis. |
| Methods in gov.noaa.pmel.sgt with parameters of type Axis | |
void |
CartesianGraph.addXAxis(java.lang.String id,
Axis axis)
Add a X axis ( Axis.HORIZONTAL) to the graph. |
void |
CartesianGraph.addXAxis(Axis axis)
Add a X axis ( Axis.HORIZONTAL) to the graph. |
void |
CartesianGraph.removeXAxis(Axis axis)
Remove an X axis from the graph. |
void |
CartesianGraph.addYAxis(java.lang.String id,
Axis axis)
Add a Y axis ( Axis.VERTICAL) to the graph. |
void |
CartesianGraph.addYAxis(Axis axis)
Add a Y axis ( Axis.VERTICAL) to the graph. |
void |
CartesianGraph.removeYAxis(Axis axis)
Remove an Y axis from the graph. |
void |
Axis.register(Axis axis)
Register an axis. |
void |
Axis.clear(Axis axis)
Unregister an axis. |
|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||