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
 

Methods in gov.noaa.pmel.sgt that return Point2D.Double
 Point2D.Double VectorKey.getLocationP()
          Get location of key.
 Point2D.Double SpaceAxis.getLocationU()
          Get the origin in user units of the axis
 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.
 

Methods in gov.noaa.pmel.sgt with parameters of type Point2D.Double
 void VectorKey.setLocationP(Point2D.Double loc)
          Set location of key
Property Change: location.
 void SpaceAxis.setLocationU(Point2D.Double upt)
          Set the origin in user units of the axis.
 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 DataKey.setLocationP(Point2D.Double locP)
           
 void ColorKey.setLocationP(Point2D.Double loc)
          Set location of key in physical coordinates.
 SoTPoint CartesianGraph.getPtoU(Point2D.Double loc)
          Transform physical coordinate to a SoTPoint
 

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

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

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

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

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
 

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

Methods in gov.noaa.pmel.sgt.swing with parameters of type Point2D.Double
 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.
 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
 

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.
 



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