edu.stanford.rsl.apps.gui.roi
Class DefineHoundsfieldScaling

java.lang.Object
  extended by edu.stanford.rsl.apps.gui.roi.EvaluateROI
      extended by edu.stanford.rsl.apps.gui.roi.DefineHoundsfieldScaling
All Implemented Interfaces:
GUIConfigurable

public class DefineHoundsfieldScaling
extends EvaluateROI


Constructor Summary
DefineHoundsfieldScaling()
           
 
Method Summary
 void configure()
          Configures the object before execution
 java.lang.Object evaluate()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.stanford.rsl.apps.gui.roi.EvaluateROI
getImage, getRoi, isConfigured, knownMethods, setConfigured, setImage, setRoi
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefineHoundsfieldScaling

public DefineHoundsfieldScaling()
Method Detail

evaluate

public java.lang.Object evaluate()
Specified by:
evaluate in class EvaluateROI

configure

public void configure()
               throws java.lang.Exception
Description copied from interface: GUIConfigurable
Configures the object before execution

Throws:
java.lang.Exception - may happen

toString

public java.lang.String toString()
Specified by:
toString in class EvaluateROI