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

Packages that use ContourLineAttribute
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.contour Contour and polygon fill support. 
gov.noaa.pmel.sgt.swing.prop Property dialogs for sgt components using javax.swing
 

Uses of ContourLineAttribute in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return ContourLineAttribute
 ContourLineAttribute DefaultContourLineAttribute.getContourLineAttribute()
          Get the associated ContourLineAttribute
 ContourLineAttribute ContourLevels.getContourLineAttribute(double val)
          Get the ContourLineAttribute for a value.
 ContourLineAttribute ContourLevels.getContourLineAttribute(int indx)
          Get the ContourLineAttribute for an index.
 

Methods in gov.noaa.pmel.sgt with parameters of type ContourLineAttribute
 void ContourLevels.addLevel(double val, ContourLineAttribute l)
          Add a contour level with a specified ContourLineAttribute.
 DefaultContourLineAttribute DefaultContourLineAttribute.setContourLineAttribute(ContourLineAttribute attr)
          Set the ContourLineAttribute that will potentially override attributes.
 void ContourLevels.setContourLineAttribute(double val, ContourLineAttribute l)
          Set a the ContourLineAttribute for a value.
 void ContourLevels.setContourLineAttribute(int indx, ContourLineAttribute l)
          Set a the ContourLineAttribute for an index.
 

Uses of ContourLineAttribute in gov.noaa.pmel.sgt.contour
 

Methods in gov.noaa.pmel.sgt.contour that return ContourLineAttribute
 ContourLineAttribute ContourLine.getContourLineAttribute()
          Get the ContourLineAttribute
 

Methods in gov.noaa.pmel.sgt.contour with parameters of type ContourLineAttribute
 void ContourLine.setAttributes(DefaultContourLineAttribute def, ContourLineAttribute attr)
          Set the attributes for the contour line.
 void ContourLine.setContourLineAttribute(ContourLineAttribute attr)
          Set the ContourLineAttribute
 

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

Methods in gov.noaa.pmel.sgt.swing.prop that return ContourLineAttribute
 ContourLineAttribute ContourLineAttributeDialog.getContourLineAttribute()
          Get the modified attribute
 

Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type ContourLineAttribute
 void ContourLineAttributeDialog.setContourLineAttribute(ContourLineAttribute attr)
          Set the ContourLineAttribute for editing.
 int ContourLineAttributeDialog.showDialog(ContourLineAttribute attr)
          Show the dialog and wait for a response