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

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

Fields in gov.noaa.pmel.sgt declared as Rectangle2D.Double
protected  Rectangle2D.Double Ruler.pBounds_
           
 

Methods in gov.noaa.pmel.sgt that return Rectangle2D.Double
 Rectangle2D.Double VectorKey.getBoundsP()
           
 Rectangle2D.Double SGLabel.getBoundsP()
          Get the label bounds in physical units.
 Rectangle2D.Double Ruler.getBoundsP()
          Get the bounding box for the axis in physical units.
 Rectangle2D.Double PointCollectionKey.getBoundsP()
           
 Rectangle2D.Double LineKey.getBoundsP()
          Get key bounds in physical coordinates.
 Rectangle2D.Double Layer.getBoundsP()
          Get the Layer bounds in physical coordinates.
 Rectangle2D.Double LabelDrawer2.getBoundsP()
           
 Rectangle2D.Double LabelDrawer1.getBoundsP()
           
 Rectangle2D.Double LabelDrawer.getBoundsP()
          Get the label reference location in physcial coordinates.
 Rectangle2D.Double ColorKey.getBoundsP()
          Get the bounding rectangle for the key in physical coordinates.
 

Methods in gov.noaa.pmel.sgt with parameters of type Rectangle2D.Double
 void VectorKey.setBoundsP(Rectangle2D.Double r)
          Set the bounds, in physical units, of the VectorKey
 void Ruler.setBoundsP(Rectangle2D.Double bounds)
          Set the bounding box for the axis in physical units.
 void PointCollectionKey.setBoundsP(Rectangle2D.Double r)
          Set the bounds, in physical units, of the PointCollectionKey
 void LineKey.setBoundsP(Rectangle2D.Double r)
          Set the bounds of the LineKey in physical units.
 void DataKey.setBoundsP(Rectangle2D.Double r)
           
 void ColorKey.setBoundsP(Rectangle2D.Double r)
          Set the bounds of the key in physical coordinates.
 

Constructors in gov.noaa.pmel.sgt with parameters of type Rectangle2D.Double
ColorKey(Rectangle2D.Double pr, int valign, int halign)
          ColorKey constructor that include location, size, and alignment information.
 

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

Methods in gov.noaa.pmel.sgt.beans that return Rectangle2D.Double
 Rectangle2D.Double Legend.getBoundsP()
          Get Legend bounds.
 Rectangle2D.Double Label.getBoundsP()
          Get Label bounds.
 

Methods in gov.noaa.pmel.sgt.beans with parameters of type Rectangle2D.Double
 void Legend.setBoundsP(Rectangle2D.Double boundsP)
          Set legend bounds.
 void Label.setBoundsP(Rectangle2D.Double bounds)
          Set Label bounds.
 

Constructors in gov.noaa.pmel.sgt.beans with parameters of type Rectangle2D.Double
Legend(java.lang.String id, Rectangle2D.Double boundsP)
          Legend constructor.
 

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

Methods in gov.noaa.pmel.sgt.swing that return Rectangle2D.Double
 Rectangle2D.Double JPlotLayout.getKeyBoundsP()
          Get the key size in physical units
 Rectangle2D.Double JLineProfileLayout.getKeyBoundsP()
          Deprecated.  
abstract  Rectangle2D.Double JGraphicLayout.getKeyBoundsP()
          Get the bounds for the line or color key.
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type Rectangle2D.Double
 void JPlotLayout.setKeyBoundsP(Rectangle2D.Double bounds)
          Set the key size in physical units
 void JLineProfileLayout.setKeyBoundsP(Rectangle2D.Double bounds)
          Deprecated.  
abstract  void JGraphicLayout.setKeyBoundsP(Rectangle2D.Double r)
          Set the bounds for the line or color key.
 

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

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

Constructors in gov.noaa.pmel.util with parameters of type Rectangle2D.Double
Rectangle2D.Double(Rectangle2D.Double r)