Uses of Interface
gov.noaa.pmel.sgt.dm.SGTGrid

Packages that use SGTGrid
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.contour Contour and polygon fill support. 
gov.noaa.pmel.sgt.dm Classes and interfaces that define the sgt datamodel. 
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 SGTGrid in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return SGTGrid
 SGTGrid GridCartesianRenderer.getGrid()
          Get the SGTGrid.
 

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

Uses of SGTGrid in gov.noaa.pmel.sgt.contour
 

Methods in gov.noaa.pmel.sgt.contour that return SGTGrid
 SGTGrid Contour.getMask()
          Get the mask.
 

Methods in gov.noaa.pmel.sgt.contour with parameters of type SGTGrid
 void Contour.setMask(SGTGrid mask)
          Set a SGTGrid object to be used to mask the data grid.
 

Constructors in gov.noaa.pmel.sgt.contour with parameters of type SGTGrid
Contour(CartesianGraph cg, SGTGrid grid, ContourLevels conLevels)
          Construct a Contour object using a ContourLevels object.
Contour(CartesianGraph cg, SGTGrid grid, double[] levels)
          Construct a Contour object using an array of levels to define the ContourLevels.
Contour(CartesianGraph cg, SGTGrid grid, Range2D range)
          Construct a Contour object using a range to define the ContourLevels.
 

Uses of SGTGrid in gov.noaa.pmel.sgt.dm
 

Classes in gov.noaa.pmel.sgt.dm that implement SGTGrid
 class SimpleGrid
          SimpleGrid provides an implementation of the SGTGrid and Cartesian interfaces.
 

Fields in gov.noaa.pmel.sgt.dm declared as SGTGrid
protected  SGTGrid ThreeDGrid.associatedData_
           
protected  SGTGrid SimpleGrid.associatedData_
           
 

Methods in gov.noaa.pmel.sgt.dm that return SGTGrid
 SGTGrid ThreeDGrid.getAssociatedData()
           
 SGTGrid SimpleGrid.getAssociatedData()
           
 SGTGrid SGTGrid.getAssociatedData()
          Get the associated data.
 SGTGrid SGTVector.getU()
          Get the U component.
 SGTGrid SGTVector.getV()
          Get the V component.
 SGTGrid SGT3DVector.getW()
          Get the W component.
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type SGTGrid
 void ThreeDGrid.setAssociatedData(SGTGrid assoc)
          Set the associated data grid.
 void SimpleGrid.setAssociatedData(SGTGrid assoc)
          Set the associated data grid.
 void SGTVector.setComponents(SGTGrid uComp, SGTGrid vComp)
          Set the vector components.
 void SGT3DVector.setComponents(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
          Set the vector components.
 void SGTVector.setU(SGTGrid uComp)
          Set the U component.
 void SGT3DVector.setU(SGTGrid wComp)
          Set the W component.
 void SGTVector.setV(SGTGrid vComp)
          Set the V component.
 

Constructors in gov.noaa.pmel.sgt.dm with parameters of type SGTGrid
SGT3DVector(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
          Construct a SGTVector from two components.
SGTVector(SGTGrid uComp, SGTGrid vComp)
          Construct a SGTVector from two components.
 

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

Methods in gov.noaa.pmel.sgt.swing with parameters of type SGTGrid
 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 SGTGrid in gov.noaa.pmel.sgt.swing.prop
 

Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type SGTGrid
 void NewLevelsDialog.setGrid(SGTGrid grid)
          Set the data grid for the computed range.
 int NewLevelsDialog.showDialog(SGTGrid grid)
          Show the dialog and wait for a response.