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

Packages that use Dimension2D
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.awt Classes to simplify the creation of standard plots using java.awt (deprecated). 
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 Dimension2D in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return Dimension2D
 Dimension2D Layer.getSizeP()
          Get the Layer size in physical coordinates.
 

Methods in gov.noaa.pmel.sgt with parameters of type Dimension2D
 void ColorKey.setSizeP(Dimension2D d)
          Set the size of the key in physical coordinates.
 void Layer.setSizeP(Dimension2D psize)
          Set the size of the Layer in physical coordinates.
 

Constructors in gov.noaa.pmel.sgt with parameters of type Dimension2D
Layer(java.lang.String id, Dimension2D psize)
          Create a Layer object.
 

Uses of Dimension2D in gov.noaa.pmel.sgt.awt
 

Methods in gov.noaa.pmel.sgt.awt that return Dimension2D
 Dimension2D GraphicLayout.getKeyLayerSizeP()
          Deprecated.  
 Dimension2D LineProfileLayout.getLayerSizeP()
          Deprecated.  
 

Methods in gov.noaa.pmel.sgt.awt with parameters of type Dimension2D
 void GraphicLayout.setKeyLayerSizeP(Dimension2D d)
          Deprecated.  
 void LineProfileLayout.setLayerSizeP(Dimension2D d)
          Deprecated.  
 

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

Methods in gov.noaa.pmel.sgt.swing that return Dimension2D
 Dimension2D JGraphicLayout.getKeyLayerSizeP()
          Get the size of the key layer in physical coordinates.
 Dimension2D JPlotLayout.getLayerSizeP()
          Get the JPlotLayout layer size in physical coordinates.
 Dimension2D JLineProfileLayout.getLayerSizeP()
          Deprecated.  
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type Dimension2D
 void JGraphicLayout.setKeyLayerSizeP(Dimension2D d)
          Set the size of the key layer in physical coordinates.
 void JPlotLayout.setLayerSizeP(Dimension2D d)
          Set the layer size in physical units
 void JLineProfileLayout.setLayerSizeP(Dimension2D d)
          Deprecated.  
 

Uses of Dimension2D in gov.noaa.pmel.util
 

Methods in gov.noaa.pmel.util with parameters of type Dimension2D
 void Dimension2D.setSize(Dimension2D d)
          Set the size to match the specified size.
 boolean Dimension2D.equals(Dimension2D d)
          Test for equality.
 



Send comments about the Scientific Graphics toolkit to dwd@pmel.noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on December 13 2001