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.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 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 Layer.setSizeP(Dimension2D psize)
          Set the size of the Layer in physical coordinates.
 void ColorKey.setSizeP(Dimension2D d)
          Set the size of the key 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.
ColorKey(Point2D.Double pt, Dimension2D size, int valign, int halign)
           
 

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

Methods in gov.noaa.pmel.sgt.beans with parameters of type Dimension2D
 void DataGroupLayer.setSizeP(Dimension2D size)
           
 

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

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

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

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 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