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

Packages that use SoTPoint
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
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 SoTPoint in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return SoTPoint
 SoTPoint CartesianGraph.getPtoU(Point2D.Double loc)
          Transform physical coordinate to a SoTPoint
 SoTPoint TimeAxis.getSoTLocationU()
          Returns origin as a SoTPoint.
 SoTPoint SpaceAxis.getSoTLocationU()
           
abstract  SoTPoint Axis.getSoTLocationU()
          Get current axis location.
 

Methods in gov.noaa.pmel.sgt with parameters of type SoTPoint
 void TimeAxis.setLocationU(SoTPoint tp)
           
 void SpaceAxis.setLocationU(SoTPoint upt)
           
abstract  void Axis.setLocationU(SoTPoint pt)
          Set the axis location.
 

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

Methods in gov.noaa.pmel.sgt.dm that return SoTPoint
 SoTPoint Annote.Text.getLocation()
           
 SoTPoint Annote.Oval.getLowerRight()
           
 SoTPoint Annote.Rect.getLowerRight()
           
 SoTPoint Annote.Oval.getUpperLeft()
           
 SoTPoint Annote.Rect.getUpperLeft()
           
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type SoTPoint
 Annote Annotation.addOval(java.lang.String id, SoTPoint pt1, SoTPoint pt2, LineAttribute attr, java.awt.Color color)
          Add an oval to the Annotation.
 Annote Annotation.addRect(java.lang.String id, SoTPoint pt1, SoTPoint pt2, LineAttribute attr, java.awt.Color color)
          Add an rectangle to the Annotation.
 Annote Annotation.addText(java.lang.String id, SoTPoint loc, SGLabel text)
           
abstract  void Annote.moveBy(SoTPoint point)
           
 void Annote.Line.moveBy(SoTPoint point)
           
 void Annote.Point.moveBy(SoTPoint pnt)
           
 void Annote.Text.moveBy(SoTPoint point)
           
 void Annote.Oval.moveBy(SoTPoint point)
           
 void Annote.Rect.moveBy(SoTPoint point)
           
 void Annote.Oval.setLocation(SoTPoint ul, SoTPoint lr)
           
 void Annote.Rect.setLocation(SoTPoint ul, SoTPoint lr)
           
 void Annote.Oval.setLowerRight(SoTPoint lr)
           
 void Annote.Rect.setLowerRight(SoTPoint lr)
           
 void Annote.Oval.setUpperLeft(SoTPoint ul)
           
 void Annote.Rect.setUpperLeft(SoTPoint ul)
           
 

Constructors in gov.noaa.pmel.sgt.dm with parameters of type SoTPoint
Annote.Oval(java.lang.String id, SoTPoint upperLeft, SoTPoint lowerRight, LineAttribute attr, java.awt.Color color)
           
Annote.Rect(java.lang.String id, SoTPoint upperLeft, SoTPoint lowerRight, LineAttribute attr, java.awt.Color color)
           
Annote.Text(java.lang.String id, SoTPoint location, SGLabel text)
           
SimplePoint(SoTPoint loc, java.lang.String title)
          Simple Point constructor.
 

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

Fields in gov.noaa.pmel.sgt.swing declared as SoTPoint
protected  SoTPoint UserIcon.uLoc_
           
 

Methods in gov.noaa.pmel.sgt.swing that return SoTPoint
 SoTPoint ValueIcon.getLocationU()
          Get the icon location in user units.
 SoTPoint UserIcon.getLocationU()
          Get the icon location in user units.
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type SoTPoint
 java.lang.String ValueIconFormat.format(SoTPoint pt)
          Format a string using DecimalFormat for x and y coordinates or GeoDate formatting for time.
 void ValueIcon.setLocationU(SoTPoint loc)
          Set the icon location in user units.
 void UserIcon.setLocationU(SoTPoint loc)
          Set the icon location in user units.
 void ValueIcon.setLocationUNoVeto(SoTPoint loc)
          Set the icon location in user units.
 void UserIcon.setLocationUNoVeto(SoTPoint loc)
          Set the icon location in user units.
 

Uses of SoTPoint in gov.noaa.pmel.util
 

Methods in gov.noaa.pmel.util that return SoTPoint
 SoTPoint SoTPoint.copy()
          Make a copy of the SoTRange.
 SoTPoint SoTDomain.getCenter()
          Get the center of the domain.
 

Methods in gov.noaa.pmel.util with parameters of type SoTPoint
 void SoTPoint.add(SoTPoint point)
          Add to point.
 boolean SoTPoint.equals(SoTPoint stp)
          Test for equality.
 

Constructors in gov.noaa.pmel.util with parameters of type SoTPoint
SoTPoint(SoTPoint pt)
          Construct a SoTPoint from a SoTPoint.