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

Packages that use VectorAttribute
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.swing.prop Property dialogs for sgt components using javax.swing
 

Uses of VectorAttribute in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return VectorAttribute
 VectorAttribute VectorCartesianRenderer.getVectorAttribute()
          Get the VectorAttribute.
 

Methods in gov.noaa.pmel.sgt with parameters of type VectorAttribute
protected  void VectorCartesianRenderer.drawMark(java.awt.Graphics g, int[] xp, int[] yp, int npoints, VectorAttribute attr)
          Draw a mark at the requested location.
 void VectorCartesianRenderer.setVectorAttribute(VectorAttribute l)
          Set the VectorAttribute.
 

Constructors in gov.noaa.pmel.sgt with parameters of type VectorAttribute
VectorCartesianRenderer(CartesianGraph cg, Collection col, VectorAttribute attr)
          Construct a VectorCartesianRenderer.
VectorCartesianRenderer(CartesianGraph cg, SGTVector vector, VectorAttribute attr)
          Construct a VectorCartesianRenderer.
 

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

Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type VectorAttribute
 void VectorAttributeDialog.setVectorAttribute(VectorAttribute attr)
          Set the VectorAttribute for the dialog.