[all packages] [KheperaTools.ButtonInstrument] [class hierarchy] [index]

pure interface of class KheperaTools.ButtonInstrument.analyzer

The documentated page.
protected class analyzer
  extends Component
  implements Analyzer
{
    public void setTime(int mintime,
                        int maxtime);
    public int addData(int timestamp,
                       byte[] buffer,
                       int offset);
    public int exportData(FileOutputStream fo,
                          byte[] buffer,
                          int offset)
      throws IOException;
    public int DataSize();
    public Component getComponent();
    public void incSize();
    public String getName();
    public void addComponent(JPanel panel);
    public void setZoomTime(int factor);
    public void setZoomValue(int factor);
}

[all packages] [KheperaTools.ButtonInstrument] [class hierarchy] [index]
KheperaTools.ButtonInstrument.analyzer.interface.html