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

pure interface of class KheperaTools.ArrayInstrument

The documentated page.
public class ArrayInstrument
  implements Instrument
{
    public ArrayInstrument(JPanel panel,
                           String name,
                           int nbparams,
                           byte[] params);
    public void update(byte[] data,
                       int offset);
    public void performUpdateObject();
    public int DataSize();
    public Analyzer createAnalyzer();
    protected class analyzer
      extends Component
      implements Analyzer
}

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