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

Packages that use TimeRange
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.demo JApplets and applications that demonstrate the use of sgt. 
gov.noaa.pmel.sgt.swing Components that use the package javax.swing
gov.noaa.pmel.swing Classes and beans developed from the javax.swing package. 
gov.noaa.pmel.util Contains date and time facilities and miscellaneous utility classes. 
 

Uses of TimeRange in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return TimeRange
 TimeRange TimeAxis.getTimeRangeU()
          Get the time range of the axis.
 TimeRange AxisTransform.getTimeRangeU()
          Get the user coordinate range for GeoDate values.
 

Methods in gov.noaa.pmel.sgt with parameters of type TimeRange
 GeoDate TimeAxisStyle.getStartTime(TimeRange trange)
          Returns a beginning time rounded to the nearest minor increment.
 void TimeAxis.setRangeU(TimeRange tr)
          Set the user range to draw the axis.
 void AxisTransform.setRangeU(TimeRange trange)
          Set the user coordinate range for TimeRange value.
 

Constructors in gov.noaa.pmel.sgt with parameters of type TimeRange
LogTransform(Range2D pr, TimeRange tr)
           
LinearTransform(Range2D pr, TimeRange tr)
          LinearTransform constructor.
AxisTransform(Range2D pr, TimeRange tr)
          AxisTransform time constructor.
 

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

Constructors in gov.noaa.pmel.sgt.demo with parameters of type TimeRange
TestData(int dir, TimeRange range, float delta, int type, float amp, float off, float per)
          Create time series test data.
TestData(int dir, Range2D range, TimeRange trange, float delta, int type, float amp, float off, float per)
          Create time series test grid data.
 

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

Methods in gov.noaa.pmel.sgt.swing that return TimeRange
 TimeRange JGraphicLayout.findTimeRange(SGTLine data)
          Find the time range of the SGTLine object.
 TimeRange JGraphicLayout.findTimeRange(SGTGrid data, GridAttribute attr)
          Find the TimeRange of the SGTGrid object.
 

Uses of TimeRange in gov.noaa.pmel.swing
 

Methods in gov.noaa.pmel.swing that return TimeRange
 TimeRange JSlider2Date.getRange()
          Get the slider range.
 

Methods in gov.noaa.pmel.swing with parameters of type TimeRange
 void JSlider2Date.setRange(TimeRange range)
          Set the range for the slider.
 

Uses of TimeRange in gov.noaa.pmel.util
 

Methods in gov.noaa.pmel.util that return TimeRange
 TimeRange Domain.getTimeRange()
          Get the time range
 

Methods in gov.noaa.pmel.util with parameters of type TimeRange
 void TimeRange.add(TimeRange trange)
          Deprecated. Adds the TimeRange object to this TimeRange.
 boolean TimeRange.equals(TimeRange tr)
          Deprecated. Test for equality.
 void Domain.setXRange(TimeRange tRange)
          Set the x range as time.
 void Domain.setYRange(TimeRange tRange)
          Set the yrange as time.
 

Constructors in gov.noaa.pmel.util with parameters of type TimeRange
SoTRange.GeoDate(TimeRange trange)
          Deprecated. use SoTRange
SoTRange.Time(TimeRange trange)
          Deprecated. use SoTRange
Domain(TimeRange tRange, Range2D yRange)
           
Domain(Range2D xRange, TimeRange tRange)
           
Domain(TimeRange tRange, Range2D yRange, boolean xRev, boolean yRev)
           
Domain(Range2D xRange, TimeRange tRange, boolean xRev, boolean yRev)
           
 



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