Uses of Package
gov.noaa.pmel.sgt

Packages that use gov.noaa.pmel.sgt
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.contour Contour and polygon fill support. 
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.plot Classes for the automatic layout of multiple Layers. 
gov.noaa.pmel.sgt.swing Components that use the package javax.swing
gov.noaa.pmel.sgt.swing.prop Property dialogs for sgt components using javax.swing
gov.noaa.pmel.util Contains date and time facilities and miscellaneous utility classes. 
 

Classes in gov.noaa.pmel.sgt used by gov.noaa.pmel.sgt
AbstractPane
          Defines the basic sgt Pane functionality.
Attribute
          Defines an interface for classes that provide rendering information for sgt.dm classes.
Axis
          Abstract base class for Cartesian axes.
AxisNotFoundException
          Axis was not found during operation.
AxisTransform
          Abstract base class for cartesian axis transforms.
CartesianGraph
          The CartesianGraph provides the transformation from user to physical coordinates.
CartesianRenderer
          CartesianRenderer defines an interface to enable data to be rendered on a CartesianGraph.
ChildNotFoundException
          Child was not found during operation.
ColorMap
          ColorMap provides a mapping from an index or value to a Color.
ContourLevelNotFoundException
          Contour level does not exist.
ContourLevels
          Contains levels and line styles for contour graphics.
ContourLevelsAccess
          Defines the functionality for accessing contour level information for color maps.
ContourLineAttribute
          Sets the rendering style for a contour line.
DataKey
          Inticates the class is a key or legend.
DataNotSameShapeException
          Operation could not be completed since grids are not the same shape.
DefaultContourLineAttribute
          Sets the default rendering style for contour line data.
Graph
          Abstract base class for all graphics drawn on a Layer.
GridAttribute
          Sets the rendering style for grid data.
IndexedColor
          Defines the access methods for color maps that support indexed color.
LabelDrawer
          Defines the methods that implement label drawing in sgt.
Layer
          A Layer contains a single Graph object and multiple LayerChild objects.
LayerChild
          LayerChild defines an interface to allow classes to be associated with a Layer.
LayerControl
          Used internally by SGT to work with Layer and LayerContainer.
LayerNotFoundException
          Operation failed because the layer was not found.
LineAttribute
          Sets the rendering style for line data.
LineCartesianRenderer
          Produces a line plot with optional coloring from a second data set.
MapProj
          Base class for Map projections.
Moveable
          Interface indicates that object can be moved with a mouse drag.
PaneNotFoundException
          Operation failed because the layer was not found.
PointAttribute
          Set the rendereing style for point data.
PointCartesianRenderer
          Produces a point plot with optional coloring from a second data set.
Ruler
          Description of Class Ruler
Selectable
          Interface indicates that object can be selected with a mouse click.
SGException
          Base class for gov.noaa.pmel.sgt exceptions.
SGLabel
          Draws text on a layer object.
SpaceAxis
          Abstract base class for axes whose user coordinates are double values.
StrokeDrawer
          Defines the methods that implement stroke drawing in sgt.
TimeAxisStyle
          TimeAxisStyle defines an interface to create a specific time axis style.
Transform
          Transform defines an interface for transformations between user and physical coordinates.
TransformAccess
          Interface indicates that the color map uses a transform to map levels.
TransformColor
          Interface provides support for accessing color transforms for a color map.
VectorAttribute
          Sets the rendering style for line data.
VectorCartesianRenderer
          Produces a vector plot.
 

Classes in gov.noaa.pmel.sgt used by gov.noaa.pmel.sgt.beans
AbstractPane
          Defines the basic sgt Pane functionality.
Attribute
          Defines an interface for classes that provide rendering information for sgt.dm classes.
DataKey
          Inticates the class is a key or legend.
JPane
          The JPane class is extended from javax.swing.JLayeredPane and is the basis for using the gov.noaa.pmel.sgt package with swing components.
Layer
          A Layer contains a single Graph object and multiple LayerChild objects.
LayerControl
          Used internally by SGT to work with Layer and LayerContainer.
PaneNotFoundException
          Operation failed because the layer was not found.
SGLabel
          Draws text on a layer object.
 

Classes in gov.noaa.pmel.sgt used by gov.noaa.pmel.sgt.contour
CartesianGraph
          The CartesianGraph provides the transformation from user to physical coordinates.
ContourLevels
          Contains levels and line styles for contour graphics.
ContourLineAttribute
          Sets the rendering style for a contour line.
DefaultContourLineAttribute
          Sets the default rendering style for contour line data.
SGLabel
          Draws text on a layer object.
 

Classes in gov.noaa.pmel.sgt used by gov.noaa.pmel.sgt.demo
SGLabel
          Draws text on a layer object.
 

Classes in gov.noaa.pmel.sgt used by gov.noaa.pmel.sgt.dm
Graph
          Abstract base class for all graphics drawn on a Layer.
LineAttribute
          Sets the rendering style for line data.
PointAttribute
          Set the rendereing style for point data.
SGException
          Base class for gov.noaa.pmel.sgt exceptions.
SGLabel
          Draws text on a layer object.
 

Classes in gov.noaa.pmel.sgt used by gov.noaa.pmel.sgt.plot
AbstractPane
          Defines the basic sgt Pane functionality.
JPane
          The JPane class is extended from javax.swing.JLayeredPane and is the basis for using the gov.noaa.pmel.sgt package with swing components.
Layer
          A Layer contains a single Graph object and multiple LayerChild objects.
LayerControl
          Used internally by SGT to work with Layer and LayerContainer.
LayerNotFoundException
          Operation failed because the layer was not found.
 

Classes in gov.noaa.pmel.sgt used by gov.noaa.pmel.sgt.swing
AbstractPane
          Defines the basic sgt Pane functionality.
Attribute
          Defines an interface for classes that provide rendering information for sgt.dm classes.
CartesianRenderer
          CartesianRenderer defines an interface to enable data to be rendered on a CartesianGraph.
DataNotFoundException
          Graph could not be produced because no data has been assigned.
GridAttribute
          Sets the rendering style for grid data.
IndexedColor
          Defines the access methods for color maps that support indexed color.
JPane
          The JPane class is extended from javax.swing.JLayeredPane and is the basis for using the gov.noaa.pmel.sgt package with swing components.
Layer
          A Layer contains a single Graph object and multiple LayerChild objects.
LayerChild
          LayerChild defines an interface to allow classes to be associated with a Layer.
PlotMark
          Support class used to draw a PlotMark.
Selectable
          Interface indicates that object can be selected with a mouse click.
SGLabel
          Draws text on a layer object.
 

Classes in gov.noaa.pmel.sgt used by gov.noaa.pmel.sgt.swing.prop
ContourLevels
          Contains levels and line styles for contour graphics.
ContourLineAttribute
          Sets the rendering style for a contour line.
DefaultContourLineAttribute
          Sets the default rendering style for contour line data.
GridAttribute
          Sets the rendering style for grid data.
GridCartesianRenderer
          Produces a cartesian plot from a SGTGrid object.
JPane
          The JPane class is extended from javax.swing.JLayeredPane and is the basis for using the gov.noaa.pmel.sgt package with swing components.
LineAttribute
          Sets the rendering style for line data.
Logo
          Logo displays an Image on its parent Layer.
PointAttribute
          Set the rendereing style for point data.
Ruler
          Description of Class Ruler
SGLabel
          Draws text on a layer object.
SpaceAxis
          Abstract base class for axes whose user coordinates are double values.
TimeAxis
          Base class for time axes.
VectorAttribute
          Sets the rendering style for line data.
 

Classes in gov.noaa.pmel.sgt used by gov.noaa.pmel.util
Transform
          Transform defines an interface for transformations between user and physical coordinates.
TransformColor
          Interface provides support for accessing color transforms for a color map.