KheperaTools
Class ArrayInstrument

java.lang.Object
  |
  +--KheperaTools.ArrayInstrument

public class ArrayInstrument
extends java.lang.Object
implements KheperaTools.Instrument


Inner Class Summary
protected  class ArrayInstrument.analyzer
           
 
Constructor Summary
ArrayInstrument(javax.swing.JPanel panel, java.lang.String name, int nbparams, byte[] params)
           
 
Method Summary
 KheperaTools.Analyzer createAnalyzer()
           
 int DataSize()
           
 void performUpdateObject()
           
 void update(byte[] data, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayInstrument

public ArrayInstrument(javax.swing.JPanel panel,
                       java.lang.String name,
                       int nbparams,
                       byte[] params)
Method Detail

update

public void update(byte[] data,
                   int offset)
Specified by:
update in interface KheperaTools.Instrument

performUpdateObject

public void performUpdateObject()
Specified by:
performUpdateObject in interface KheperaTools.Instrument

DataSize

public int DataSize()
Specified by:
DataSize in interface KheperaTools.Instrument

createAnalyzer

public KheperaTools.Analyzer createAnalyzer()
Specified by:
createAnalyzer in interface KheperaTools.Instrument