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

Packages that use SoTRange
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.beans Classes and interfaces that make up SGT Beans. 
gov.noaa.pmel.sgt.demo JApplets and applications that demonstrate the use of sgt. 
gov.noaa.pmel.sgt.dm Classes and interfaces that define the sgt datamodel. 
gov.noaa.pmel.sgt.swing Components that use the package javax.swing
gov.noaa.pmel.util Contains date and time facilities and miscellaneous utility classes. 
 

Uses of SoTRange in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return SoTRange
static SoTRange Graph.computeRange(SoTRange range, int num)
          Compute a "nice" range from a range and number of intervals.
 SoTRange TimeAxis.getSoTRangeU()
           
 SoTRange SpaceAxis.getSoTRangeU()
           
 SoTRange AxisTransform.getSoTRangeU()
          Get the user range as a SoTRange object.
abstract  SoTRange Axis.getSoTRangeU()
          Get user range.
 

Methods in gov.noaa.pmel.sgt with parameters of type SoTRange
static SoTRange Graph.computeRange(SoTRange range, int num)
          Compute a "nice" range from a range and number of intervals.
 void CartesianGraph.setClip(SoTRange xr, SoTRange yr)
          Set the clipping rectangle in user coordinates.
 void TimeAxis.setRangeU(SoTRange tr)
           
 void SpaceAxis.setRangeU(SoTRange ur)
           
 void AxisTransform.setRangeU(SoTRange str)
          Set the user range with a SoTRange object.
abstract  void Axis.setRangeU(SoTRange range)
          Set user range.
 

Constructors in gov.noaa.pmel.sgt with parameters of type SoTRange
AxisTransform(Range2D pr, SoTRange str)
          AxisTransform SoT constructor.
LinearTransform(Range2D pr, SoTRange str)
          LinearTransform constructor.
LogTransform(Range2D pr, SoTRange str)
           
SineTransform(Range2D pr, SoTRange str)
           
 

Uses of SoTRange in gov.noaa.pmel.sgt.beans
 

Methods in gov.noaa.pmel.sgt.beans that return SoTRange
 SoTRange AxisHolder.getUserRange()
          Get the user range.
 SoTRange DataGroup.getZRangeU()
          Get Z range.
 

Methods in gov.noaa.pmel.sgt.beans with parameters of type SoTRange
 void AxisHolder.setUserRange(SoTRange userRange)
          Set the user range.
 void DataGroup.setZRangeU(SoTRange zRange)
          Set Z range, user units.
 

Uses of SoTRange in gov.noaa.pmel.sgt.demo
 

Methods in gov.noaa.pmel.sgt.demo that return SoTRange
 SoTRange PseudoRealTimeData.getXRange()
           
 SoTRange PseudoRealTimeData.getYRange()
           
 

Uses of SoTRange in gov.noaa.pmel.sgt.dm
 

Methods in gov.noaa.pmel.sgt.dm that return SoTRange
 SoTRange ThreeDGrid.getXEdgesRange()
          Return the range of the x edges
 SoTRange SimpleGrid.getXEdgesRange()
          Return the range of the x edges
 SoTRange SGTGrid.getXEdgesRange()
          Get the range of X coordinate edges.
 SoTRange ThreeDGrid.getXRange()
           
 SoTRange SimpleTuple.getXRange()
           
 SoTRange SimplePoint.getXRange()
           
 SoTRange SimpleLine.getXRange()
           
 SoTRange SimpleGrid.getXRange()
           
 SoTRange SGTVector.getXRange()
           
 SoTRange SGTFull3DVector.getXRange()
           
 SoTRange SGTData.getXRange()
          Returns the range of the X coordinates.
 SoTRange PointCollection.getXRange()
           
 SoTRange Collection.getXRange()
           
 SoTRange Annote.Line.getXRange()
           
 SoTRange Annote.Point.getXRange()
           
 SoTRange Annote.Text.getXRange()
           
 SoTRange Annote.Oval.getXRange()
           
 SoTRange Annote.Rect.getXRange()
           
 SoTRange Annotation.getXRange()
           
 SoTRange ThreeDGrid.getYEdgesRange()
          Return the range of the y edges
 SoTRange SimpleGrid.getYEdgesRange()
          Return the range of the y edges
 SoTRange SGTGrid.getYEdgesRange()
          Get the range of Y coordinate edges.
 SoTRange ThreeDGrid.getYRange()
           
 SoTRange SimpleTuple.getYRange()
           
 SoTRange SimplePoint.getYRange()
           
 SoTRange SimpleLine.getYRange()
           
 SoTRange SimpleGrid.getYRange()
           
 SoTRange SGTVector.getYRange()
           
 SoTRange SGTFull3DVector.getYRange()
           
 SoTRange SGTData.getYRange()
          Returns the range of the Y coordinates.
 SoTRange PointCollection.getYRange()
           
 SoTRange Collection.getYRange()
           
 SoTRange Annote.Line.getYRange()
           
 SoTRange Annote.Point.getYRange()
           
 SoTRange Annote.Text.getYRange()
           
 SoTRange Annote.Oval.getYRange()
           
 SoTRange Annote.Rect.getYRange()
           
 SoTRange Annotation.getYRange()
           
 SoTRange ThreeDGrid.getZEdgesRange()
           
 SoTRange SGT3DGrid.getZEdgesRange()
          Get the range of Y coordinate edges.
 SoTRange ThreeDGrid.getZRange()
           
 SoTRange SGTFull3DVector.getZRange()
           
 

Uses of SoTRange in gov.noaa.pmel.sgt.swing
 

Methods in gov.noaa.pmel.sgt.swing that return SoTRange
 SoTRange JGraphicLayout.findSoTRange(SGTGrid data, GridAttribute attr, int dir)
          Find the range of the SGTGrid object in the specified direction.
 SoTRange JGraphicLayout.findSoTRange(SGTLine line, int dir)
          Find the range of the SGTLine object in the specific direction.
 SoTRange JGraphicLayout.findSoTRange(SGTVector data, int dir)
          Find the range of the SGTVector object in the specified direction.
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type SoTRange
protected  void JGraphicLayout.setAllClip(SoTRange xr, SoTRange yr)
          Set the clip range for all Layers.
 

Uses of SoTRange in gov.noaa.pmel.util
 

Subclasses of SoTRange in gov.noaa.pmel.util
static class SoTRange.Double
          Inner class for SoTRange for type double.
static class SoTRange.Float
          Inner class for SoTRange for type flaot.
static class SoTRange.GeoDate
          Deprecated. As of sgt 3.0, replaced by SoTRange.Time
static class SoTRange.Integer
          Inner class for SoTRange for type integer.
static class SoTRange.Short
          Inner class for SoTRange for type short.
static class SoTRange.Time
          Inner class for SoTRange for type long.
 

Methods in gov.noaa.pmel.util that return SoTRange
abstract  SoTRange SoTRange.copy()
           
 SoTRange SoTRange.GeoDate.copy()
          Deprecated. Make a copy of the SoTRange.
 SoTRange SoTRange.Time.copy()
          Make a copy of the SoTRange.
 SoTRange SoTRange.Integer.copy()
          Make a copy of the SoTRange.
 SoTRange SoTRange.Short.copy()
          Make a copy of the SoTRange.
 SoTRange SoTRange.Float.copy()
          Make a copy of the SoTRange.
 SoTRange SoTRange.Double.copy()
          Make a copy of the SoTRange.
 SoTRange SoTDomain.getXRange()
          Get the x range
 SoTRange SoTDomain.getYRange()
          Get the y range
 

Methods in gov.noaa.pmel.util with parameters of type SoTRange
abstract  void SoTRange.add(SoTRange range)
           
 void SoTRange.GeoDate.add(SoTRange tr)
          Deprecated. Adds the TimeRange object to this TimeRange.
 void SoTRange.Time.add(SoTRange range)
          Adds the SoTRange object to this SoTRange.
 void SoTRange.Integer.add(SoTRange range)
          Adds the SoTRange object to this SoTRange.
 void SoTRange.Short.add(SoTRange range)
          Adds the SoTRange object to this SoTRange.
 void SoTRange.Float.add(SoTRange range)
          Adds the SoTRange object to this SoTRange.
 void SoTRange.Double.add(SoTRange range)
          Adds the SoTRange object to this SoTRange.
abstract  boolean SoTRange.equals(SoTRange range)
           
 boolean SoTRange.GeoDate.equals(SoTRange tr)
          Deprecated. Test for equality.
 boolean SoTRange.Time.equals(SoTRange r)
          Test for equality.
 boolean SoTRange.Integer.equals(SoTRange r)
          Test for equality.
 boolean SoTRange.Short.equals(SoTRange r)
          Test for equality.
 boolean SoTRange.Float.equals(SoTRange r)
          Test for equality.
 boolean SoTRange.Double.equals(SoTRange r)
          Test for equality.
 void SoTDomain.setXRange(SoTRange xRange)
          Set the x range
 void SoTDomain.setYRange(SoTRange yRange)
          Set the y range
 

Constructors in gov.noaa.pmel.util with parameters of type SoTRange
SoTDomain(SoTRange xRange, SoTRange yRange)
          Construct a SoTDomain from SoTRanges.
SoTDomain(SoTRange xRange, SoTRange yRange, boolean xRev, boolean yRev)