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
 

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 Axis.getGraph()
          Get the Graph associated with the axis.
 CartesianGraph AnnotationCartesianRenderer.getCartesianGraph()
           
 

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
VectorCartesianRenderer(CartesianGraph cg)
          Default constructor.
VectorCartesianRenderer(CartesianGraph cg, SGTVector vector)
          Construct a VectorCartesianRenderer.
VectorCartesianRenderer(CartesianGraph cg, SGTVector vector, VectorAttribute attr)
          Construct a VectorCartesianRenderer.
VectorCartesianRenderer(CartesianGraph cg, Collection col, VectorAttribute attr)
          Construct a VectorCartesianRenderer.
PointCartesianRenderer(CartesianGraph cg)
          Default constructor.
PointCartesianRenderer(CartesianGraph cg, SGTPoint point)
          Construct a PointCartesianRenderer.
PointCartesianRenderer(CartesianGraph cg, SGTPoint point, PointAttribute attr)
          Construct a PointCartesianRenderer.
PointCartesianRenderer(CartesianGraph cg, Collection col, PointAttribute attr)
          Construct a PointCartesianRenderer.
LineCartesianRenderer(CartesianGraph cg)
          Default constructor.
LineCartesianRenderer(CartesianGraph cg, SGTLine line)
          Construct a LineCartesianRenderer.
LineCartesianRenderer(CartesianGraph cg, SGTLine line, LineAttribute attr)
          Construct a LineCartesianRenderer.
LineCartesianRenderer(CartesianGraph cg, Collection col, LineAttribute attr)
          Construct a LineCartesianRenderer.
GridCartesianRenderer(CartesianGraph cg)
          Default constructor.
GridCartesianRenderer(CartesianGraph cg, SGTGrid data)
          Construct a GridCartesianRenderer.
GridCartesianRenderer(CartesianGraph cg, SGTGrid grid, GridAttribute attr)
          Construct a GridCartesianRenderer.
AnnotationCartesianRenderer(CartesianGraph cg, Annotation annotation, Attribute attr)
           
 

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, 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.
 



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