|
||||||||||
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. |
class |
SineTransform
Performs a sine(x) transform on a cartesian axis. |
Fields in gov.noaa.pmel.sgt declared as AxisTransform | |
---|---|
protected AxisTransform |
CartesianGraph.xTransform_
|
protected AxisTransform |
CartesianGraph.yTransform_
|
Methods in gov.noaa.pmel.sgt that return AxisTransform | |
---|---|
AxisTransform |
SineTransform.copy()
|
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 |
Axis.clear(AxisTransform trns)
Unregister an AxisTransform . |
void |
Axis.register(AxisTransform trns)
Register an AxisTransform . |
void |
CartesianGraph.setXTransform(AxisTransform xfrm)
Set the X AxisTransform . |
void |
CartesianGraph.setYTransform(AxisTransform xfrm)
Set the Y 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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |