Uses of Class
gov.noaa.pmel.util.Point2D.Double

Packages that use Point2D.Double
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.swing Components that use the package javax.swing
gov.noaa.pmel.util Contains date and time facilities and miscellaneous utility classes. 
 

Uses of Point2D.Double in gov.noaa.pmel.sgt
 

Fields in gov.noaa.pmel.sgt declared as Point2D.Double
protected  Point2D.Double SpaceAxis.uLocation_
           
 

Methods in gov.noaa.pmel.sgt that return Point2D.Double
 Point2D.Double VectorKey.getLocationP()
          Get location of key.
 Point2D.Double SGLabel.getLocationP()
          Get the label reference location in physcial coordinates.
 Point2D.Double PointCollectionKey.getLocationP()
          Get location of key.
 Point2D.Double Logo.getLocationP()
          Get location of logo.
 Point2D.Double LineKey.getLocationP()
          Get location of key.
 Point2D.Double LabelDrawer2.getLocationP()
           
 Point2D.Double LabelDrawer1.getLocationP()
           
 Point2D.Double LabelDrawer.getLocationP()
          Get the label reference location in physcial coordinates.
 Point2D.Double SpaceAxis.getLocationU()
          Get the origin in user units of the axis
 

Methods in gov.noaa.pmel.sgt with parameters of type Point2D.Double
 SoTPoint CartesianGraph.getPtoU(Point2D.Double loc)
          Transform physical coordinate to a SoTPoint
 void VectorKey.setLocationP(Point2D.Double loc)
          Set location of key
Property Change: location.
 void SGLabel.setLocationP(Point2D.Double loc)
          Set the label reference location in physcial coordinates.
 void PointCollectionKey.setLocationP(Point2D.Double loc)
          Set location of key
Property Change: location.
 void Logo.setLocationP(Point2D.Double loc)
          Set location of logo
Property Change: location.
 void LineKey.setLocationP(Point2D.Double loc)
          Set location of key
Property Change: location.
 void LabelDrawer2.setLocationP(Point2D.Double loc)
           
 void LabelDrawer1.setLocationP(Point2D.Double loc)
           
 void LabelDrawer.setLocationP(Point2D.Double loc)
          Set the label reference location in physcial coordinates.
 void DataKey.setLocationP(Point2D.Double locP)
           
 void ColorKey.setLocationP(Point2D.Double loc)
          Set location of key in physical coordinates.
 void SpaceAxis.setLocationU(Point2D.Double upt)
          Set the origin in user units of the axis.
 

Constructors in gov.noaa.pmel.sgt with parameters of type Point2D.Double
ColorKey(Point2D.Double pt, Dimension2D size, int valign, int halign)
           
LabelDrawer1(java.lang.String lbl, double hgt, Point2D.Double loc, int valign, int halign)
           
LabelDrawer2(java.lang.String lbl, double hgt, Point2D.Double loc, int valign, int halign)
           
LineKey(Point2D.Double loc, int valign, int halign)
           
Logo(Point2D.Double loc, int valign, int halign)
          Create a Logo object.
PointCollectionKey(Point2D.Double loc, int valign, int halign)
          Create PointCollectionKey.
SGLabel(java.lang.String id, java.lang.String lbl, double hgt, Point2D.Double loc, int valign, int halign)
          Long SGLabel constructor.
SGLabel(java.lang.String id, java.lang.String lbl, Point2D.Double loc)
          Quick SGLabel constructor.
VectorKey(Point2D.Double loc, int valign, int halign)
          Create VectorKey.
 

Uses of Point2D.Double in gov.noaa.pmel.sgt.beans
 

Methods in gov.noaa.pmel.sgt.beans that return Point2D.Double
 Point2D.Double AxisHolder.getAxisOriginP()
          Get axis origin.
 Point2D.Double Legend.getLocationP()
          Get the location of the upper left corner.
 Point2D.Double Label.getLocationP()
          Get Label location
 

Methods in gov.noaa.pmel.sgt.beans with parameters of type Point2D.Double
 void AxisHolder.setAxisOriginP(Point2D.Double axisOriginP)
          Set the axis origin in physical coordinates.
 void Legend.setLocationP(Point2D.Double locationP)
          Set the location of the TOP-LEFT corner
 void Label.setLocationP(Point2D.Double locationP)
          Set Label location.
 

Constructors in gov.noaa.pmel.sgt.beans with parameters of type Point2D.Double
Label(java.lang.String id, Point2D.Double loc, double wid, double hgt)
          Label constructor.
 

Uses of Point2D.Double in gov.noaa.pmel.sgt.swing
 

Fields in gov.noaa.pmel.sgt.swing declared as Point2D.Double
protected  Point2D.Double UserIcon.loc_
           
 

Methods in gov.noaa.pmel.sgt.swing that return Point2D.Double
 Point2D.Double JPlotLayout.getKeyPositionP()
          Get the key position in physical units
 Point2D.Double ValueIcon.getLocationP()
          Get the icon location in physical units.
 Point2D.Double UserIcon.getLocationP()
          Get the icon location in physical units.
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type Point2D.Double
 void JPlotLayout.setAxesOriginP(Point2D.Double pt)
          Set the axes origin in physical units
 void JPlotLayout.setKeyLocationP(Point2D.Double loc)
          Set the key position in physical units
 void ValueIcon.setLocationP(Point2D.Double loc)
          Set the icon location in physical units.
 void UserIcon.setLocationP(Point2D.Double loc)
          Set the icon location in physical units.
 

Uses of Point2D.Double in gov.noaa.pmel.util
 

Methods in gov.noaa.pmel.util with parameters of type Point2D.Double
 boolean Point2D.Double.equals(Point2D.Double pt)
          Test for equality.