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

Packages that use Rectangle2D
gov.noaa.pmel.sgt.beans Classes and interfaces that make up SGT Beans. 
gov.noaa.pmel.util Contains date and time facilities and miscellaneous utility classes. 
 

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

Methods in gov.noaa.pmel.sgt.beans that return Rectangle2D
 Rectangle2D AxisHolder.getBoundsP()
          Get axis bounds.
 

Methods in gov.noaa.pmel.sgt.beans with parameters of type Rectangle2D
 void AxisHolder.setBoundsP(Rectangle2D boundsP)
          Set bounds of axis in physical coordinates.
 

Uses of Rectangle2D in gov.noaa.pmel.util
 

Subclasses of Rectangle2D in gov.noaa.pmel.util
static class Rectangle2D.Double
          Inner class that implements Rectangle2D for type double.
static class Rectangle2D.Float
          Inner class that implements Rectangle2D for type float.
 

Methods in gov.noaa.pmel.util that return Rectangle2D
abstract  Rectangle2D Rectangle2D.copy()
           
 Rectangle2D Rectangle2D.Double.copy()
          Make a copy of the Rectangle2D.
 Rectangle2D Rectangle2D.Float.copy()
          Make a copy of the Rectangle2D.