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

Packages that use Graph
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.dm Classes and interfaces that define the sgt datamodel. 
 

Uses of Graph in gov.noaa.pmel.sgt
 

Subclasses of Graph in gov.noaa.pmel.sgt
 class CartesianGraph
          The CartesianGraph provides the transformation from user to physical coordinates.
 class MapGraph
          Base class for all Map based Graphs and projections.
 class PolarGraph
          Description of Class PolarGraph
 

Methods in gov.noaa.pmel.sgt that return Graph
 Graph PolarGraph.copy()
           
 Graph MapGraph.copy()
           
abstract  Graph Graph.copy()
          Copy the Graph object and all attached classes.
 Graph CartesianGraph.copy()
          Create a copy of the CartesianGraph
 Graph Layer.getGraph()
          Get the Graph attached to the layer.
 

Methods in gov.noaa.pmel.sgt with parameters of type Graph
 boolean Layer.setGraph(Graph gr)
          Associate a graph with the layer.
 

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

Methods in gov.noaa.pmel.sgt.dm with parameters of type Graph
protected  java.awt.Rectangle Annote.computeBounds(Graph graph, SoTDomain domain)
           
abstract  java.awt.Rectangle Annote.getBounds(Graph graph)
           
 java.awt.Rectangle Annote.Line.getBounds(Graph graph)
           
 java.awt.Rectangle Annote.Point.getBounds(Graph graph)
           
 java.awt.Rectangle Annote.Text.getBounds(Graph graph)
           
 java.awt.Rectangle Annote.Oval.getBounds(Graph graph)
           
 java.awt.Rectangle Annote.Rect.getBounds(Graph graph)