Uses of Interface
gov.noaa.pmel.sgt.Attribute

Packages that use Attribute
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.swing Components that use the package javax.swing
 

Uses of Attribute in gov.noaa.pmel.sgt
 

Classes in gov.noaa.pmel.sgt that implement Attribute
 class ContourLineAttribute
          Sets the rendering style for a contour line.
 class DefaultContourLineAttribute
          Sets the default rendering style for contour line data.
 class GridAttribute
          Sets the rendering style for grid data.
 class LineAttribute
          Sets the rendering style for line data.
 class PointAttribute
          Set the rendereing style for point data.
 class VectorAttribute
          Sets the rendering style for line data.
 

Methods in gov.noaa.pmel.sgt that return Attribute
 Attribute VectorCartesianRenderer.getAttribute()
          Get the Attribute associated with the data.
 Attribute PointCartesianRenderer.getAttribute()
          Get the Attribute associated with the data.
 Attribute LineCartesianRenderer.getAttribute()
          Get the Attribute associated with the data.
 Attribute GridCartesianRenderer.getAttribute()
          Get the Attribute associated with the SGTGrid data.
abstract  Attribute CartesianRenderer.getAttribute()
          Get the Attribute associated with the renderer.
 Attribute AnnotationCartesianRenderer.getAttribute()
           
 

Methods in gov.noaa.pmel.sgt with parameters of type Attribute
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.
 

Constructors in gov.noaa.pmel.sgt with parameters of type Attribute
AnnotationCartesianRenderer(CartesianGraph cg, Annotation annotation, Attribute attr)
           
 

Uses of Attribute in gov.noaa.pmel.sgt.beans
 

Methods in gov.noaa.pmel.sgt.beans with parameters of type Attribute
 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 Attribute in gov.noaa.pmel.sgt.swing
 

Methods in gov.noaa.pmel.sgt.swing that return Attribute
 Attribute JGraphicLayout.findAttribute(java.lang.String id)
          Find an Attribute given an id.
 Attribute JGraphicLayout.getAttribute(SGTData data)
          Find an Attribute given a SGTData object.
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type Attribute
 void JGraphicLayout.addAttribute(SGTData data, Attribute attr)
          Associate SGTData with an Attribute.
 void JPlotLayout.addData(Collection lines, Attribute attr)
          Add a Collection of lines using the default description.
 void JPlotLayout.addData(Collection lines, Attribute attr, java.lang.String descrip)
          Add a Collecdtion of lines.
 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.