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, Range2D range)
          Construct a Contour object using a range to define the ContourLevels.
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, ContourLevels conLevels)
          Construct a Contour object using a ContourLevels object.
 

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.
 

Methods in gov.noaa.pmel.sgt.dm that return SGTGrid
 SGTGrid ThreeDGrid.getAssociatedData()
           
 SGTGrid SimpleGrid.getAssociatedData()
           
 SGTGrid SGTVector.getU()
          Get the U component.
 SGTGrid SGTVector.getV()
          Get the V component.
 SGTGrid SGTGrid.getAssociatedData()
          Get the associated data.
 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.setU(SGTGrid uComp)
          Set the U component.
 void SGTVector.setV(SGTGrid vComp)
          Set the V component.
 void SGTVector.setComponents(SGTGrid uComp, SGTGrid vComp)
          Set the vector components.
 void SGTVector.setComponents(SGTGrid uComp, SGTGrid vComp)
          Set the vector components.
 void SGT3DVector.setU(SGTGrid wComp)
          Set the W component.
 void SGT3DVector.setComponents(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
          Set the vector components.
 void SGT3DVector.setComponents(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
          Set the vector components.
 void SGT3DVector.setComponents(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
          Set the vector components.
 

Constructors in gov.noaa.pmel.sgt.dm with parameters of type SGTGrid
SGTVector(SGTGrid uComp, SGTGrid vComp)
          Construct a SGTVector from two components.
SGTVector(SGTGrid uComp, SGTGrid vComp)
          Construct a SGTVector from two components.
SGT3DVector(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
          Construct a SGTVector from two components.
SGT3DVector(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
          Construct a SGTVector from two components.
SGT3DVector(SGTGrid uComp, SGTGrid vComp, SGTGrid wComp)
          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
 SoTRange JGraphicLayout.findSoTRange(SGTGrid data, GridAttribute attr, int dir)
          Find the range of the SGTGrid object in the specified direction.
 Range2D JGraphicLayout.findRange(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
 int NewLevelsDialog.showDialog(SGTGrid grid)
          Show the dialog and wait for a response.
 void NewLevelsDialog.setGrid(SGTGrid grid)
          Set the data grid for the computed range.
 



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