|
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.LineCartesianRenderer
Produces a line plot with optional coloring from a second data set. If a second data set is specified it must have the same shape as the first.
| Constructor Summary | |
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. |
|
| 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 SGTLine objects. |
SGTData |
getDataAt(java.awt.Point pt)
Find data object. |
SGTLine |
getLine()
Get the SGTLine object. |
LineAttribute |
getLineAttribute()
Get the LineAttribute. |
boolean |
hasCollection()
Test if a Collection of SGTLine
was using to construct this renderer. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
void |
setLineAttribute(LineAttribute l)
Set the LineAttribute. |
| 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 LineCartesianRenderer(CartesianGraph cg)
CartesianGraph,
Graph
public LineCartesianRenderer(CartesianGraph cg,
SGTLine line)
LineCartesianRenderer. The default
LineAttribute will be used.
cg - the parent CartesianGraphCartesianGraph,
Graph
public LineCartesianRenderer(CartesianGraph cg,
SGTLine line,
LineAttribute attr)
LineCartesianRenderer.
cg - the parent CartesianGraphline - the LineAttributeCartesianGraph,
Graph
public LineCartesianRenderer(CartesianGraph cg,
Collection col,
LineAttribute attr)
LineCartesianRenderer.
cg - the parent CartesianGraphcol - a Collection of SGTLine objectsCartesianGraph,
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 setLineAttribute(LineAttribute l)
LineAttribute. The line appearance is controlled by
this object.
l - LineAttributepublic LineAttribute getLineAttribute()
LineAttribute.
LineAttributepublic boolean hasCollection()
Collection of SGTLine
was using to construct this renderer.
Collection was usedpublic Collection getCollection()
Collection of SGTLine objects.
Collectionpublic SGTLine getLine()
SGTLine object.
SGTLinepublic 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 | |||||||||||