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

Packages that use CartesianGraph
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.contour Contour and polygon fill support. 
 

Uses of CartesianGraph in gov.noaa.pmel.sgt
 

Fields in gov.noaa.pmel.sgt declared as CartesianGraph
protected  CartesianGraph CartesianRenderer.cg_
           
protected  CartesianGraph Axis.graph_
           
 

Methods in gov.noaa.pmel.sgt that return CartesianGraph
 CartesianGraph VectorCartesianRenderer.getCartesianGraph()
          Get the associated CartesianGraph object.
 CartesianGraph PointCartesianRenderer.getCartesianGraph()
          Get the associated CartesianGraph object.
 CartesianGraph LineCartesianRenderer.getCartesianGraph()
          Get the associated CartesianGraph object.
 CartesianGraph GridCartesianRenderer.getCartesianGraph()
          Get the associated CartesianGraph object.
abstract  CartesianGraph CartesianRenderer.getCartesianGraph()
          Get the CartesianGraph associated with the renderer.
 CartesianGraph AnnotationCartesianRenderer.getCartesianGraph()
           
 CartesianGraph Axis.getGraph()
          Get the Graph associated with the axis.
 

Methods in gov.noaa.pmel.sgt with parameters of type CartesianGraph
static CartesianRenderer CartesianRenderer.getRenderer(CartesianGraph cg, SGTData dmo, Attribute attr)
          Factory method to create a new Renderer instance given the SGTData object and Attribute.
 

Constructors in gov.noaa.pmel.sgt with parameters of type CartesianGraph
AnnotationCartesianRenderer(CartesianGraph cg, Annotation annotation, Attribute attr)
           
GridCartesianRenderer(CartesianGraph cg)
          Default constructor.
GridCartesianRenderer(CartesianGraph cg, SGTGrid data)
          Construct a GridCartesianRenderer.
GridCartesianRenderer(CartesianGraph cg, SGTGrid grid, GridAttribute attr)
          Construct a GridCartesianRenderer.
LineCartesianRenderer(CartesianGraph cg)
          Default constructor.
LineCartesianRenderer(CartesianGraph cg, Collection col, LineAttribute attr)
          Construct a LineCartesianRenderer.
LineCartesianRenderer(CartesianGraph cg, SGTLine line)
          Construct a LineCartesianRenderer.
LineCartesianRenderer(CartesianGraph cg, SGTLine line, LineAttribute attr)
          Construct a LineCartesianRenderer.
PointCartesianRenderer(CartesianGraph cg)
          Default constructor.
PointCartesianRenderer(CartesianGraph cg, Collection col, PointAttribute attr)
          Construct a PointCartesianRenderer.
PointCartesianRenderer(CartesianGraph cg, SGTPoint point)
          Construct a PointCartesianRenderer.
PointCartesianRenderer(CartesianGraph cg, SGTPoint point, PointAttribute attr)
          Construct a PointCartesianRenderer.
VectorCartesianRenderer(CartesianGraph cg)
          Default constructor.
VectorCartesianRenderer(CartesianGraph cg, Collection col, VectorAttribute attr)
          Construct a VectorCartesianRenderer.
VectorCartesianRenderer(CartesianGraph cg, SGTVector vector)
          Construct a VectorCartesianRenderer.
VectorCartesianRenderer(CartesianGraph cg, SGTVector vector, VectorAttribute attr)
          Construct a VectorCartesianRenderer.
 

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

Methods in gov.noaa.pmel.sgt.contour with parameters of type CartesianGraph
 void ContourLine.setCartesianGraph(CartesianGraph cg)
          Set the parent CartesianGraph.
 

Constructors in gov.noaa.pmel.sgt.contour with parameters of type CartesianGraph
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.