edu.jhu.cs.cisst.vent.renderer.processing
Class VolumeIsoContourRenderer.IsoContourWorker

java.lang.Object
  extended by javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
      extended by edu.jhu.cs.cisst.vent.renderer.processing.VolumeIsoContourRenderer.IsoContourWorker
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.Void>, java.util.concurrent.RunnableFuture<java.lang.Void>
Enclosing class:
VolumeIsoContourRenderer

protected class VolumeIsoContourRenderer.IsoContourWorker
extends javax.swing.SwingWorker<java.lang.Void,java.lang.Void>

The Class IsoContourWorker creates iso-contours for all slices.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
protected VolumeIsoContourRenderer.IsoContourWorker()
           
 
Method Summary
protected  java.lang.Void doInBackground()
          Do in background.
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VolumeIsoContourRenderer.IsoContourWorker

protected VolumeIsoContourRenderer.IsoContourWorker()
Method Detail

doInBackground

protected java.lang.Void doInBackground()
                                 throws java.lang.Exception
Do in background.

Specified by:
doInBackground in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
Returns:
the void
Throws:
java.lang.Exception - the exception
See Also:
SwingWorker.doInBackground()