|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoTValue | |
---|---|
gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
gov.noaa.pmel.util | Contains date and time facilities and miscellaneous utility classes. |
Uses of SoTValue in gov.noaa.pmel.sgt |
---|
Methods in gov.noaa.pmel.sgt that return SoTValue | |
---|---|
SoTValue |
SineTransform.getSoTTransU(double p)
|
SoTValue |
LogTransform.getSoTTransU(double p)
|
SoTValue |
LinearTransform.getSoTTransU(double p)
|
abstract SoTValue |
AxisTransform.getSoTTransU(double value)
Get user transform value as a SoTValue |
SoTValue |
CartesianGraph.getXPtoSoT(double p)
Transform physical X coordinate to user coordinate using SoTValue |
SoTValue |
CartesianGraph.getYPtoSoT(double p)
Transform physical Y coordinate to user coordinate using SoTValue |
Methods in gov.noaa.pmel.sgt with parameters of type SoTValue | |
---|---|
double |
SineTransform.getTransP(SoTValue v)
|
double |
LogTransform.getTransP(SoTValue v)
|
double |
LinearTransform.getTransP(SoTValue v)
|
abstract double |
AxisTransform.getTransP(SoTValue value)
Get physical value as a function of SoTValue . |
int |
CartesianGraph.getXUtoD(SoTValue val)
Transform X SoTValue to device coordinate. |
double |
CartesianGraph.getXUtoD2(SoTValue val)
Transform X SoTValue to device coordinate. |
double |
CartesianGraph.getXUtoP(SoTValue val)
Transform X SoTValue to physical coordinate. |
int |
CartesianGraph.getYUtoD(SoTValue val)
Transform Y SoTValue to device coordinate. |
double |
CartesianGraph.getYUtoD2(SoTValue val)
Transform Y SoTValue to device coordinate. |
double |
CartesianGraph.getYUtoP(SoTValue val)
Transform Y SoTValue to physical coordinate. |
Uses of SoTValue in gov.noaa.pmel.util |
---|
Subclasses of SoTValue in gov.noaa.pmel.util | |
---|---|
static class |
SoTValue.Double
Inner class for SoTRange for type
double . |
static class |
SoTValue.Float
Inner class for SoTRange for type
float . |
static class |
SoTValue.GeoDate
Deprecated. As of sgt 3.0, replaced by SoTValue.Time |
static class |
SoTValue.Integer
Inner class for SoTRange for type
int . |
static class |
SoTValue.Short
Inner class for SoTRange for type
short . |
static class |
SoTValue.Time
Inner class for SoTRange for type
long . |
Methods in gov.noaa.pmel.util that return SoTValue | |
---|---|
abstract SoTValue |
SoTRange.getDelta()
|
SoTValue |
SoTRange.GeoDate.getDelta()
Deprecated. Get delta value |
SoTValue |
SoTRange.Time.getDelta()
Get delta value |
SoTValue |
SoTRange.Integer.getDelta()
Get delta value |
SoTValue |
SoTRange.Short.getDelta()
Get delta value |
SoTValue |
SoTRange.Float.getDelta()
Get delta value |
SoTValue |
SoTRange.Double.getDelta()
Get delta value |
abstract SoTValue |
SoTRange.getEnd()
|
SoTValue |
SoTRange.GeoDate.getEnd()
Deprecated. Get end value |
SoTValue |
SoTRange.Time.getEnd()
Get end value |
SoTValue |
SoTRange.Integer.getEnd()
Get end value |
SoTValue |
SoTRange.Short.getEnd()
Get end value |
SoTValue |
SoTRange.Float.getEnd()
Get end value |
SoTValue |
SoTRange.Double.getEnd()
Get end value |
abstract SoTValue |
SoTRange.getStart()
|
SoTValue |
SoTRange.GeoDate.getStart()
Deprecated. Get start value |
SoTValue |
SoTRange.Time.getStart()
Get start value |
SoTValue |
SoTRange.Integer.getStart()
Get start value |
SoTValue |
SoTRange.Short.getStart()
Get start value |
SoTValue |
SoTRange.Float.getStart()
Get start value |
SoTValue |
SoTRange.Double.getStart()
Get start value |
SoTValue |
SoTPoint.getX()
Get x value |
SoTValue |
SoTPoint.getY()
Get y value |
Methods in gov.noaa.pmel.util with parameters of type SoTValue | |
---|---|
abstract void |
SoTValue.add(SoTValue val)
|
void |
SoTValue.GeoDate.add(SoTValue val)
Deprecated. Add to value. |
void |
SoTValue.Time.add(SoTValue val)
Add to value. |
void |
SoTValue.Integer.add(SoTValue val)
Add to value. |
void |
SoTValue.Short.add(SoTValue val)
Add to value. |
void |
SoTValue.Float.add(SoTValue val)
Add to value. |
void |
SoTValue.Double.add(SoTValue val)
Add to value. |
abstract boolean |
SoTValue.equals(SoTValue val)
|
boolean |
SoTValue.GeoDate.equals(SoTValue val)
Deprecated. Test for equality |
boolean |
SoTValue.Time.equals(SoTValue val)
Test for equality |
boolean |
SoTValue.Integer.equals(SoTValue val)
Test for equality |
boolean |
SoTValue.Short.equals(SoTValue val)
Test for equality |
boolean |
SoTValue.Float.equals(SoTValue val)
Test for equality |
boolean |
SoTValue.Double.equals(SoTValue val)
Test for equality |
abstract void |
SoTRange.setDelta(SoTValue value)
|
void |
SoTRange.GeoDate.setDelta(SoTValue value)
Deprecated. |
void |
SoTRange.Time.setDelta(SoTValue value)
|
void |
SoTRange.Integer.setDelta(SoTValue value)
|
void |
SoTRange.Short.setDelta(SoTValue value)
|
void |
SoTRange.Float.setDelta(SoTValue value)
|
void |
SoTRange.Double.setDelta(SoTValue value)
|
abstract void |
SoTRange.setEnd(SoTValue value)
|
void |
SoTRange.GeoDate.setEnd(SoTValue value)
Deprecated. |
void |
SoTRange.Time.setEnd(SoTValue value)
|
void |
SoTRange.Integer.setEnd(SoTValue value)
|
void |
SoTRange.Short.setEnd(SoTValue value)
|
void |
SoTRange.Float.setEnd(SoTValue value)
|
void |
SoTRange.Double.setEnd(SoTValue value)
|
abstract void |
SoTRange.setStart(SoTValue value)
|
void |
SoTRange.GeoDate.setStart(SoTValue value)
Deprecated. |
void |
SoTRange.Time.setStart(SoTValue value)
|
void |
SoTRange.Integer.setStart(SoTValue value)
|
void |
SoTRange.Short.setStart(SoTValue value)
|
void |
SoTRange.Float.setStart(SoTValue value)
|
void |
SoTRange.Double.setStart(SoTValue value)
|
void |
SoTPoint.setX(SoTValue x)
Set x value |
void |
SoTPoint.setY(SoTValue y)
Set y value |
Constructors in gov.noaa.pmel.util with parameters of type SoTValue | |
---|---|
SoTPoint(SoTValue x,
SoTValue y)
Construct a SoTPoint from SoTValue s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |