[all packages] [package KheperaTools] [class hierarchy] [index]

public class KheperaTools.ArrayInstrument

(source file: KheperaTools/ArrayInstrument.java)
java.lang.Object
   |
   +----KheperaTools.ArrayInstrument

The pure class interface.
public class ArrayInstrument
  implements Instrument

Constuctor Index

O ArrayInstrument(JPanel, String, int, byte[])

Methods

O DataSize()
O createAnalyzer()
O performUpdateObject()
O update(byte[], int)

Inner Class Index

O analyzer

Constructors

O ArrayInstrument
public ArrayInstrument(JPanel panel,
                       String name,
                       int nbparams,
                       byte[] params);

Methods

O update
public void update(byte[] data,
                   int offset);

O performUpdateObject

public void performUpdateObject();

O DataSize

public int DataSize();

O createAnalyzer

public Analyzer createAnalyzer();

Inner Classes

O protected class analyzer
protected class analyzer
  extends Component
  implements Analyzer


[all packages] [package KheperaTools] [class hierarchy] [index]
KheperaTools.ArrayInstrument.html