Uses of Class
gov.noaa.pmel.util.SoTValue

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 LogTransform.getSoTTransU(double p)
           
 SoTValue LinearTransform.getSoTTransU(double p)
           
 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
abstract  SoTValue AxisTransform.getSoTTransU(double value)
          Get user transform value as a SoTValue
 

Methods in gov.noaa.pmel.sgt with parameters of type SoTValue
 double LogTransform.getTransP(SoTValue v)
           
 double LinearTransform.getTransP(SoTValue v)
           
 int CartesianGraph.getXUtoD(SoTValue val)
          Transform X SoTValue to device coordinate.
 int CartesianGraph.getYUtoD(SoTValue val)
          Transform Y SoTValue to device coordinate.
 double CartesianGraph.getXUtoD2(SoTValue val)
          Transform X SoTValue to device coordinate.
 double CartesianGraph.getYUtoD2(SoTValue val)
          Transform Y SoTValue to device coordinate.
 double CartesianGraph.getXUtoP(SoTValue val)
          Transform X SoTValue to physical coordinate.
 double CartesianGraph.getYUtoP(SoTValue val)
          Transform Y SoTValue to physical coordinate.
abstract  double AxisTransform.getTransP(SoTValue value)
          Get physical value as a function of SoTValue.
 

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.getStart()
           
abstract  SoTValue SoTRange.getEnd()
           
abstract  SoTValue SoTRange.getDelta()
           
 SoTValue SoTRange.GeoDate.getStart()
          Deprecated. Get start value
 SoTValue SoTRange.GeoDate.getEnd()
          Deprecated. Get end value
 SoTValue SoTRange.GeoDate.getDelta()
          Deprecated. Get delta value
 SoTValue SoTRange.Time.getStart()
          Get start value
 SoTValue SoTRange.Time.getEnd()
          Get end value
 SoTValue SoTRange.Time.getDelta()
          Get delta value
 SoTValue SoTRange.Integer.getStart()
          Get start value
 SoTValue SoTRange.Integer.getEnd()
          Get end value
 SoTValue SoTRange.Integer.getDelta()
          Get delta value
 SoTValue SoTRange.Short.getStart()
          Get start value
 SoTValue SoTRange.Short.getEnd()
          Get end value
 SoTValue SoTRange.Short.getDelta()
          Get delta value
 SoTValue SoTRange.Float.getStart()
          Get start value
 SoTValue SoTRange.Float.getEnd()
          Get end value
 SoTValue SoTRange.Float.getDelta()
          Get delta value
 SoTValue SoTRange.Double.getStart()
          Get start value
 SoTValue SoTRange.Double.getEnd()
          Get end value
 SoTValue SoTRange.Double.getDelta()
          Get delta 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  boolean SoTValue.equals(SoTValue val)
           
abstract  void SoTValue.add(SoTValue val)
           
 boolean SoTValue.GeoDate.equals(SoTValue val)
          Deprecated. Test for equality
 void SoTValue.GeoDate.add(SoTValue val)
          Deprecated. Add to value.
 boolean SoTValue.Time.equals(SoTValue val)
          Test for equality
 void SoTValue.Time.add(SoTValue val)
          Add to value.
 boolean SoTValue.Integer.equals(SoTValue val)
          Test for equality
 void SoTValue.Integer.add(SoTValue val)
          Add to value.
 boolean SoTValue.Short.equals(SoTValue val)
          Test for equality
 void SoTValue.Short.add(SoTValue val)
          Add to value.
 boolean SoTValue.Float.equals(SoTValue val)
          Test for equality
 void SoTValue.Float.add(SoTValue val)
          Add to value.
 boolean SoTValue.Double.equals(SoTValue val)
          Test for equality
 void SoTValue.Double.add(SoTValue val)
          Add to value.
abstract  void SoTRange.setStart(SoTValue value)
           
abstract  void SoTRange.setEnd(SoTValue value)
           
abstract  void SoTRange.setDelta(SoTValue value)
           
 void SoTRange.GeoDate.setStart(SoTValue value)
          Deprecated.  
 void SoTRange.GeoDate.setEnd(SoTValue value)
          Deprecated.  
 void SoTRange.GeoDate.setDelta(SoTValue value)
          Deprecated.  
 void SoTRange.Time.setStart(SoTValue value)
           
 void SoTRange.Time.setEnd(SoTValue value)
           
 void SoTRange.Time.setDelta(SoTValue value)
           
 void SoTRange.Integer.setStart(SoTValue value)
           
 void SoTRange.Integer.setEnd(SoTValue value)
           
 void SoTRange.Integer.setDelta(SoTValue value)
           
 void SoTRange.Short.setStart(SoTValue value)
           
 void SoTRange.Short.setEnd(SoTValue value)
           
 void SoTRange.Short.setDelta(SoTValue value)
           
 void SoTRange.Float.setStart(SoTValue value)
           
 void SoTRange.Float.setEnd(SoTValue value)
           
 void SoTRange.Float.setDelta(SoTValue value)
           
 void SoTRange.Double.setStart(SoTValue value)
           
 void SoTRange.Double.setEnd(SoTValue value)
           
 void SoTRange.Double.setDelta(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 SoTValues.
SoTPoint(SoTValue x, SoTValue y)
          Construct a SoTPoint from SoTValues.
 



Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003