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

Packages that use TimePoint
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 TimePoint in gov.noaa.pmel.sgt
 

Fields in gov.noaa.pmel.sgt declared as TimePoint
protected  TimePoint TimeAxis.tLocation_
           
protected  TimePoint SpaceAxis.tLocation_
           
 

Methods in gov.noaa.pmel.sgt that return TimePoint
 TimePoint TimeAxis.getLocationU()
          Get the origin in user units.
 TimePoint SpaceAxis.getTimeLocationU()
          Get the origin in user units of the axis
 

Methods in gov.noaa.pmel.sgt with parameters of type TimePoint
 void TimeAxis.setLocationU(TimePoint tp)
          Set the origin in user units of the axis.
 void SpaceAxis.setLocationU(TimePoint uptt)
          Set the origin in user units of the axis.
 

Uses of TimePoint in gov.noaa.pmel.util
 

Methods in gov.noaa.pmel.util with parameters of type TimePoint
 boolean TimePoint.equals(TimePoint tp)
          Deprecated. Test for equality.