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 TimeAxis.getSoTLocationU()
          Returns origin as a SoTPoint.
 SoTPoint SpaceAxis.getSoTLocationU()
           
 SoTPoint CartesianGraph.getPtoU(Point2D.Double loc)
          Transform physical coordinate to a SoTPoint
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.getUpperLeft()
           
 SoTPoint Annote.Oval.getLowerRight()
           
 SoTPoint Annote.Rect.getUpperLeft()
           
 SoTPoint Annote.Rect.getLowerRight()
           
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type SoTPoint
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.setUpperLeft(SoTPoint ul)
           
 void Annote.Oval.setLowerRight(SoTPoint lr)
           
 void Annote.Oval.setLocation(SoTPoint ul, SoTPoint lr)
           
 void Annote.Oval.setLocation(SoTPoint ul, SoTPoint lr)
           
 void Annote.Oval.moveBy(SoTPoint point)
           
 void Annote.Rect.setUpperLeft(SoTPoint ul)
           
 void Annote.Rect.setLowerRight(SoTPoint lr)
           
 void Annote.Rect.setLocation(SoTPoint ul, SoTPoint lr)
           
 void Annote.Rect.setLocation(SoTPoint ul, SoTPoint lr)
           
 void Annote.Rect.moveBy(SoTPoint point)
           
 Annote Annotation.addText(java.lang.String id, SoTPoint loc, SGLabel text)
           
 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.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.addRect(java.lang.String id, SoTPoint pt1, SoTPoint pt2, LineAttribute attr, java.awt.Color color)
          Add an rectangle to the Annotation.
 

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

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

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.setLocationUNoVeto(SoTPoint loc)
          Set the icon location in user units.
 void ValueIcon.setLocationU(SoTPoint loc)
          Set the icon location in user units.
 void UserIcon.setLocationUNoVeto(SoTPoint loc)
          Set the icon location in user units.
 void UserIcon.setLocationU(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
 boolean SoTPoint.equals(SoTPoint stp)
          Test for equality.
 void SoTPoint.add(SoTPoint point)
          Add to point.
 

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



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