|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SGTData | |
---|---|
gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
gov.noaa.pmel.sgt.beans | Classes and interfaces that make up SGT Beans. |
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 . |
gov.noaa.pmel.util | Contains date and time facilities and miscellaneous utility classes. |
Uses of SGTData in gov.noaa.pmel.sgt |
---|
Methods in gov.noaa.pmel.sgt that return SGTData | |
---|---|
SGTData |
CartesianRenderer.getDataAt(int x,
int y)
Find data object. |
SGTData |
VectorCartesianRenderer.getDataAt(java.awt.Point pt)
|
SGTData |
PolarGraph.getDataAt(java.awt.Point pt)
|
SGTData |
PointCartesianRenderer.getDataAt(java.awt.Point pt)
|
SGTData |
MapGraph.getDataAt(java.awt.Point pt)
|
SGTData |
LineCartesianRenderer.getDataAt(java.awt.Point pt)
|
SGTData |
GridCartesianRenderer.getDataAt(java.awt.Point pt)
|
abstract SGTData |
Graph.getDataAt(java.awt.Point pt)
Find data at a Point |
abstract SGTData |
CartesianRenderer.getDataAt(java.awt.Point pt)
Find data object. |
SGTData |
CartesianGraph.getDataAt(java.awt.Point pt)
Find data at point |
SGTData |
AnnotationCartesianRenderer.getDataAt(java.awt.Point pt)
|
Methods in gov.noaa.pmel.sgt with parameters of type SGTData | |
---|---|
static CartesianRenderer |
CartesianRenderer.getRenderer(CartesianGraph cg,
SGTData dmo,
Attribute attr)
Factory method to create a new Renderer instance given the SGTData object and Attribute . |
void |
CartesianGraph.setData(SGTData data,
Attribute attr)
Associates SGTData and Attribute with the
CartesianGraph . |
Uses of SGTData in gov.noaa.pmel.sgt.beans |
---|
Methods in gov.noaa.pmel.sgt.beans with parameters of type SGTData | |
---|---|
void |
Panel.addData(SGTData data,
Attribute attr,
DataGroup dataGroup,
Legend legend)
Add data to this Panel and DataGroup . |
void |
DataGroupLayer.addData(SGTData data,
Attribute attr,
DataKey key)
Add data to the DataGroupLayer . |
void |
DataModel.addData(SGTData data,
Attribute attr,
PanelHolder pHolder,
DataGroup dataGroup,
Legend legend)
Add data to the DataModel . |
Uses of SGTData in gov.noaa.pmel.sgt.demo |
---|
Classes in gov.noaa.pmel.sgt.demo that implement SGTData | |
---|---|
class |
PseudoRealTimeData
Generates a real-time data stream using SGTLine and
javax.swing.Timer . |
Methods in gov.noaa.pmel.sgt.demo that return SGTData | |
---|---|
SGTData |
PseudoRealTimeData.copy()
|
SGTData |
TestData.getSGTData()
Get a SGTGrid or SGTLine object depending on type of constructor used. |
Uses of SGTData in gov.noaa.pmel.sgt.dm |
---|
Subinterfaces of SGTData in gov.noaa.pmel.sgt.dm | |
---|---|
interface |
SGT3DGrid
Defines a data object to be of Grid type. |
interface |
SGTGrid
Defines a data object to be of Grid type. |
interface |
SGTImage
Defines a data object to be of Image type. |
interface |
SGTLine
Defines a data object to be of Line type. |
interface |
SGTPoint
Defines a data object to be of Point type. |
interface |
SGTTuple
Provides access to tuple organized data of either 2 or 3 dimensions. |
Classes in gov.noaa.pmel.sgt.dm that implement SGTData | |
---|---|
class |
Annotation
A container to hold Annote objects. |
class |
Annote
Abstract class for annotations. |
static class |
Annote.Line
Class for line annotations. |
static class |
Annote.Oval
Class for oval annotations. |
static class |
Annote.Point
Class for point annotations. |
static class |
Annote.Rect
Class for rectangle annotations. |
static class |
Annote.Text
Class for text annotations. |
class |
Collection
Collection is an extension to Vector
designed to hold SGTData objects. |
class |
PointCollection
PointCollection is an extension to Vector
designed to hold SGTPoint objects. |
class |
SGT3DVector
Defines a data object to be a Vector. |
class |
SGTFull3DVector
Defines a data object to be a Vector. |
class |
SGTVector
Defines a data object to be a Vector. |
class |
SimpleGrid
SimpleGrid provides an implementation of the
SGTGrid and Cartesian interfaces. |
class |
SimpleLine
SimpleLine provides an implementation of the
SGTLine and Cartesian interfaces. |
class |
SimplePoint
SimplePoint provides an implementation of the
SGTPoint and Cartesian interfaces. |
class |
SimpleTuple
SimpleTuple provides an implementation of the
SGTTuple and Cartesian interfaces. |
class |
ThreeDGrid
ThreeDGrid provides an implementation of the
SGT3DGrid and Cartesian interfaces. |
Methods in gov.noaa.pmel.sgt.dm that return SGTData | |
---|---|
SGTData |
ThreeDGrid.copy()
Create a copy of the grid. |
SGTData |
SimpleTuple.copy()
|
SGTData |
SimplePoint.copy()
Create a copy. |
SGTData |
SimpleLine.copy()
Create a shallow copy. |
SGTData |
SimpleGrid.copy()
Create a copy of the grid. |
SGTData |
SGTVector.copy()
Create a copy. |
SGTData |
SGTFull3DVector.copy()
Create a copy. |
SGTData |
SGTData.copy()
Create a shallow copy. |
SGTData |
SGT3DVector.copy()
Create a copy. |
SGTData |
PointCollection.copy()
Create a copy. |
SGTData |
Collection.copy()
Create a copy. |
SGTData |
Annote.Line.copy()
|
SGTData |
Annote.Point.copy()
|
SGTData |
Annote.Text.copy()
|
SGTData |
Annote.Oval.copy()
|
SGTData |
Annote.Rect.copy()
|
SGTData |
Annotation.copy()
|
Uses of SGTData in gov.noaa.pmel.sgt.swing |
---|
Methods in gov.noaa.pmel.sgt.swing that return SGTData | |
---|---|
SGTData |
JPlotLayout.getData(CartesianRenderer rend)
Find a dataset from the renderer. |
SGTData |
JPlotLayout.getData(java.lang.String data_id)
Find a dataset from the data's id. |
Methods in gov.noaa.pmel.sgt.swing with parameters of type SGTData | |
---|---|
void |
JGraphicLayout.addAttribute(SGTData data,
Attribute attr)
Associate SGTData with an
Attribute . |
void |
JPlotLayout.addData(SGTData datum)
Add data to the layout. |
void |
JLineProfileLayout.addData(SGTData datum)
Deprecated. Add data to the layout. |
void |
JGraphicLayout.addData(SGTData data)
Add data to the layout. |
void |
JPlotLayout.addData(SGTData datum,
Attribute attr)
Add data to the layout. |
void |
JPlotLayout.addData(SGTData datum,
Attribute attr,
java.lang.String descrip)
Add data to the layout. |
void |
JPlotLayout.addData(SGTData datum,
java.lang.String descrip)
Add data to the layout. |
void |
JLineProfileLayout.addData(SGTData datum,
java.lang.String descrip)
Deprecated. Add data to the layout. |
abstract void |
JGraphicLayout.addData(SGTData data,
java.lang.String label)
Add data to the plot |
Attribute |
JGraphicLayout.getAttribute(SGTData data)
Find an Attribute given a SGTData
object. |
java.lang.String |
JPlotLayout.getLocationSummary(SGTData grid)
|
java.lang.String |
JLineProfileLayout.getLocationSummary(SGTData grid)
Deprecated. |
abstract java.lang.String |
JGraphicLayout.getLocationSummary(SGTData grid)
Construct a string that summarizes the location of the data. |
Constructors in gov.noaa.pmel.sgt.swing with parameters of type SGTData | |
---|---|
JPlotLayout(SGTData dataset)
Default constructor. |
|
JPlotLayout(SGTData dataset,
java.lang.String id,
java.awt.Image img,
boolean is_key_pane)
JPlotLayout constructor. |
Uses of SGTData in gov.noaa.pmel.util |
---|
Methods in gov.noaa.pmel.util that return SGTData | |
---|---|
static SGTData |
Units.convertToBaseUnit(SGTData grid,
int base,
int comp)
Convert data to common units. |
Methods in gov.noaa.pmel.util with parameters of type SGTData | |
---|---|
static SGTData |
Units.convertToBaseUnit(SGTData grid,
int base,
int comp)
Convert data to common units. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |