spoke.signal.ondelette
Class Resume2D

java.lang.Object
  extended by spoke.connection.Module
      extended by spoke.signal.Module
          extended by spoke.signal.ondelette.Ondelette2D
              extended by spoke.signal.ondelette.Resume2D
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable, Connectable

public class Resume2D
extends Ondelette2D

See Also:
Serialized Form

Field Summary
 
Fields inherited from class spoke.connection.Module
connector, stopped
 
Constructor Summary
Resume2D()
           
 
Method Summary
 void run()
           
 
Methods inherited from class spoke.signal.ondelette.Ondelette2D
getDyades_hauteur, getDyades_largeur, getOndelette, getResolution, getSens, init, open, setDyades_hauteur, setDyades_largeur, setOndelette, setResolution, setSens
 
Methods inherited from class spoke.connection.Module
addConnectionListener, close, connect, connection, disconnect, removeConnectionListener, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resume2D

public Resume2D()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class Ondelette2D