|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |