hades.styx
Class WaveString

java.lang.Object
  extended byhades.styx.Waveform
      extended byhades.styx.WaveString
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable

public class WaveString
extends Waveform
implements java.awt.event.ActionListener

WaveString: manage waveform data for a String-valued Hades signal.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class hades.styx.Waveform
debug, events, fill, fullName, in, name, pos, search_direction, search_time0, searchfrom, searchto, SIZE, times, trafo, WC
 
Constructor Summary
WaveString()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String getValueAsString(double time)
           
 
Methods inherited from class hades.styx.Waveform
addValue, clearData, findEvent, findSpecialEvent, getFullName, getLabel, getMaxTime, getName, getPos, getTrafo, getValue, gototime, msg, paint, reallocate, searchevent, searchMenu, setFullName, setName, setPos, setTrafo, setWaveCanvas
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaveString

public WaveString()
Method Detail

getValueAsString

public java.lang.String getValueAsString(double time)
Overrides:
getValueAsString in class Waveform

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener