visad.bio
Class MeasureThing

java.lang.Object
  extended by visad.bio.MeasureThing
Direct Known Subclasses:
MeasureLine, MeasurePoint

public abstract class MeasureThing
extends java.lang.Object

MeasureThing is the base class for measurement constructs such as lines and points.


Constructor Summary
MeasureThing()
           
 
Method Summary
abstract  void setColor(java.awt.Color color)
          Sets the color of this measurement to match the given color.
abstract  void setStdId(int stdId)
          Sets the standard id of this measurement to match the given id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasureThing

public MeasureThing()
Method Detail

setColor

public abstract void setColor(java.awt.Color color)
Sets the color of this measurement to match the given color.


setStdId

public abstract void setStdId(int stdId)
Sets the standard id of this measurement to match the given id.