Uses of Class
gov.noaa.pmel.sgt.GridAttribute

Packages that use GridAttribute
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.swing Components that use the package javax.swing
gov.noaa.pmel.sgt.swing.prop Property dialogs for sgt components using javax.swing
 

Uses of GridAttribute in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return GridAttribute
 GridAttribute GridAttribute.copy()
          Copy the GridAttribute.
 

Methods in gov.noaa.pmel.sgt with parameters of type GridAttribute
 void GridCartesianRenderer.setAttribute(GridAttribute attr)
          Set the GridAttribute for the renderer.
 

Constructors in gov.noaa.pmel.sgt with parameters of type GridAttribute
GridCartesianRenderer(CartesianGraph cg, SGTGrid grid, GridAttribute attr)
          Construct a GridCartesianRenderer.
 

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

Methods in gov.noaa.pmel.sgt.swing with parameters of type GridAttribute
 Range2D JGraphicLayout.findRange(SGTGrid data, GridAttribute attr, int dir)
          Find the range of the SGTGrid object in the specified direction.
 SoTRange JGraphicLayout.findSoTRange(SGTGrid data, GridAttribute attr, int dir)
          Find the range of the SGTGrid object in the specified direction.
 TimeRange JGraphicLayout.findTimeRange(SGTGrid data, GridAttribute attr)
          Find the TimeRange of the SGTGrid object.
 

Uses of GridAttribute in gov.noaa.pmel.sgt.swing.prop
 

Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type GridAttribute
 void GridAttributeDialog.setGridAttribute(GridAttribute attr)
          Set the GridAttribute.