hades.styx
Class WaveInteger

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

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

WaveInteger: waveform data for an integer-values Hades signal. This class offers the option to display the data values in decimal, binary, or hex notation.

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
WaveInteger()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String getLabel(int index)
           
 java.lang.String getValueAsString(double time)
           
 
Methods inherited from class hades.styx.Waveform
addValue, clearData, findEvent, findSpecialEvent, getFullName, 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

WaveInteger

public WaveInteger()
Method Detail

getValueAsString

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

getLabel

public java.lang.String getLabel(int index)
Overrides:
getLabel in class Waveform

actionPerformed

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