Uses of Class
gov.noaa.pmel.sgt.PointAttribute

Packages that use PointAttribute
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.dm Classes and interfaces that define the sgt datamodel. 
gov.noaa.pmel.sgt.swing.prop Property dialogs for sgt components using javax.swing
 

Uses of PointAttribute in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return PointAttribute
 PointAttribute PointAttribute.copy()
          Copy the PointAttribute.
 PointAttribute PointCartesianRenderer.getPointAttribute()
          Get the Point attribute object.
 

Methods in gov.noaa.pmel.sgt with parameters of type PointAttribute
 void PointCartesianRenderer.setPointAttribute(PointAttribute l)
          Set the Point attribute object.
 void PlotMark.setPointAttribute(PointAttribute attr)
          Set the mark and height from the PointAttribute.
 

Constructors in gov.noaa.pmel.sgt with parameters of type PointAttribute
PlotMark(PointAttribute attr)
          Construct a PlotMark using the code and height from the PointAttribute.
PointCartesianRenderer(CartesianGraph cg, Collection col, PointAttribute attr)
          Construct a PointCartesianRenderer.
PointCartesianRenderer(CartesianGraph cg, SGTPoint point, PointAttribute attr)
          Construct a PointCartesianRenderer.
 

Uses of PointAttribute in gov.noaa.pmel.sgt.dm
 

Methods in gov.noaa.pmel.sgt.dm that return PointAttribute
 PointAttribute Annote.Point.getAttribute()
           
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type PointAttribute
 Annote Annotation.addPoint(java.lang.String id, SGTPoint point, PointAttribute attr)
           
 

Constructors in gov.noaa.pmel.sgt.dm with parameters of type PointAttribute
Annote.Point(java.lang.String id, SGTPoint point, PointAttribute attr)
           
 

Uses of PointAttribute in gov.noaa.pmel.sgt.swing.prop
 

Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type PointAttribute
 void PointAttributeDialog.setPointAttribute(PointAttribute attr, JPane pane)
          Set the PointAttribute to be edited and the JPane.