|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use Collection | |
| gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
| gov.noaa.pmel.sgt.demo | JApplets and applications that demonstrate the use of
sgt. |
| gov.noaa.pmel.sgt.dm | Classes and interfaces that define the sgt datamodel. |
| gov.noaa.pmel.sgt.swing | Components that use the package javax.swing. |
| Uses of Collection in gov.noaa.pmel.sgt |
| Methods in gov.noaa.pmel.sgt that return Collection | |
Collection |
VectorCartesianRenderer.getCollection()
Get the Collection of SGTVector objects. |
Collection |
PointCartesianRenderer.getCollection()
Get the Collection of points. |
Collection |
LineCartesianRenderer.getCollection()
Get the Collection of SGTLine objects. |
| Constructors in gov.noaa.pmel.sgt with parameters of type Collection | |
VectorCartesianRenderer(CartesianGraph cg,
Collection col,
VectorAttribute attr)
Construct a VectorCartesianRenderer. |
|
PointCartesianRenderer(CartesianGraph cg,
Collection col,
PointAttribute attr)
Construct a PointCartesianRenderer. |
|
LineCartesianRenderer(CartesianGraph cg,
Collection col,
LineAttribute attr)
Construct a LineCartesianRenderer. |
|
| Uses of Collection in gov.noaa.pmel.sgt.demo |
| Methods in gov.noaa.pmel.sgt.demo that return Collection | |
Collection |
TestData.getCollection()
Get the Collection of points created with the point constructor. |
| Uses of Collection in gov.noaa.pmel.sgt.dm |
| Subclasses of Collection in gov.noaa.pmel.sgt.dm | |
class |
PointCollection
PointCollection is an extension to Vector
designed to hold SGTPoint objects. |
| Uses of Collection in gov.noaa.pmel.sgt.swing |
| Methods in gov.noaa.pmel.sgt.swing that return Collection | |
Collection |
JGraphicLayout.getData()
Return data associated with the plot. |
| Methods in gov.noaa.pmel.sgt.swing with parameters of type Collection | |
void |
JPlotLayout.addData(Collection lines)
Add a Collection of lines using the default
attributes and description. |
void |
JPlotLayout.addData(Collection lines,
Attribute attr)
Add a Collection of lines using the default
description. |
void |
JPlotLayout.addData(Collection lines,
java.lang.String descrip)
Add a Collection of lines using the default
attributes. |
void |
JPlotLayout.addData(Collection lines,
Attribute attr,
java.lang.String descrip)
Add a Collecdtion of lines. |
void |
JLineProfileLayout.addData(Collection lines)
Deprecated. |
void |
JLineProfileLayout.addData(Collection lines,
java.lang.String descrip)
Deprecated. |
|
SGT Home | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||