|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--gov.noaa.pmel.sgt.CartesianRenderer
|
+--gov.noaa.pmel.sgt.VectorCartesianRenderer
Produces a vector plot. If a second data set is specified it must have the same shape as the first.
| Constructor Summary | |
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. |
|
| Method Summary | |
void |
draw(java.awt.Graphics g)
Render the SGTData. |
Attribute |
getAttribute()
Get the Attribute associated with the data. |
CartesianGraph |
getCartesianGraph()
Get the associated CartesianGraph object. |
Collection |
getCollection()
Get the Collection of SGTVector objects. |
SGTData |
getDataAt(java.awt.Point pt)
Find data object. |
SGTVector |
getVector()
Get the SGTVector object. |
VectorAttribute |
getVectorAttribute()
Get the VectorAttribute. |
boolean |
hasCollection()
Test if a Collection of SGTVector
was using to construct this renderer. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
void |
setVectorAttribute(VectorAttribute l)
Set the VectorAttribute. |
| Methods inherited from class gov.noaa.pmel.sgt.CartesianRenderer |
getDataAt, getPane, getRenderer, modified |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VectorCartesianRenderer(CartesianGraph cg)
CartesianGraph,
Graph
public VectorCartesianRenderer(CartesianGraph cg,
SGTVector vector)
VectorCartesianRenderer. The default
VectorAttribute will be used.
cg - the parent CartesianGraphCartesianGraph,
Graph
public VectorCartesianRenderer(CartesianGraph cg,
SGTVector vector,
VectorAttribute attr)
VectorCartesianRenderer.
cg - the parent CartesianGraphvector - a SGTVectorattr - the VectorAttributeCartesianGraph,
Graph
public VectorCartesianRenderer(CartesianGraph cg,
Collection col,
VectorAttribute attr)
VectorCartesianRenderer.
cg - the parent CartesianGraphcol - a Collection of SGTVector objectsattr - the VectorAttributeCartesianGraph,
Graph| Method Detail |
public Attribute getAttribute()
Attribute associated with the data.
getAttribute in class CartesianRendererAttributepublic void draw(java.awt.Graphics g)
SGTData. This method should not
be directly called.
draw in class CartesianRendererg - graphics contextPane.draw()public void setVectorAttribute(VectorAttribute l)
VectorAttribute. The line appearance is controlled by
this object.
l - VectorAttributepublic VectorAttribute getVectorAttribute()
VectorAttribute.
VectorAttributepublic boolean hasCollection()
Collection of SGTVector
was using to construct this renderer.
Collection was usedpublic Collection getCollection()
Collection of SGTVector objects.
Collectionpublic SGTVector getVector()
SGTVector object.
SGTVectorpublic CartesianGraph getCartesianGraph()
CartesianGraph object.
getCartesianGraph in class CartesianRendererCartesianGraphpublic void propertyChange(java.beans.PropertyChangeEvent evt)
public SGTData getDataAt(java.awt.Point pt)
CartesianRenderer
getDataAt in class CartesianRenderer
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||