|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use AxisTransform | |
| gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
| Uses of AxisTransform in gov.noaa.pmel.sgt |
| Subclasses of AxisTransform in gov.noaa.pmel.sgt | |
class |
LinearTransform
Performs a linear transformation on cartesian axes. |
class |
LogTransform
Transform class for creation of "log" axes. |
| Methods in gov.noaa.pmel.sgt that return AxisTransform | |
AxisTransform |
LinearTransform.copy()
Create a copy of the LinearTransform. |
AxisTransform |
CartesianGraph.getXTransform()
Get the current X AxisTransform. |
AxisTransform |
CartesianGraph.getYTransform()
Get the current Y AxisTransform. |
| Methods in gov.noaa.pmel.sgt with parameters of type AxisTransform | |
void |
CartesianGraph.setXTransform(AxisTransform xfrm)
Set the X AxisTransform. |
void |
CartesianGraph.setYTransform(AxisTransform xfrm)
Set the Y AxisTransform. |
void |
Axis.register(AxisTransform trns)
Register an AxisTransform. |
void |
Axis.clear(AxisTransform trns)
Unregister an AxisTransform. |
| Constructors in gov.noaa.pmel.sgt with parameters of type AxisTransform | |
CartesianGraph(java.lang.String id,
AxisTransform xt,
AxisTransform yt)
Create a new CartesianGraph. |
|
CartesianGraph(java.lang.String id,
AxisTransform xt,
AxisTransform yt)
Create a new CartesianGraph. |
|
|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||