gov.noaa.pmel.sgt
Interface Attribute

All Known Implementing Classes:
LineAttribute, VectorAttribute, GridAttribute, PointAttribute

public interface Attribute

Defines an interface for classes that provide rendering information for sgt.dm classes.

Since:
1.0
Version:
$Revision: 1.3 $, $Date: 2001/01/31 23:41:02 $
Author:
Donald Denbo

Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
          Add listener for changes to attribute properties.
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
          Remove change listener.
 java.lang.String toString()
          Return a printable representation of the object.
 

Method Detail

toString

public java.lang.String toString()
Return a printable representation of the object.
Overrides:
toString in class java.lang.Object
Returns:
Description

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add listener for changes to attribute properties. The properties that can be listened for depend on the implementing class.
Since:
2.0

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Remove change listener.
Since:
2.0


Send comments about the Scientific Graphics toolkit to dwd@pmel.noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on December 13 2001