jAER project on SourceForge

net.sf.jaer.biasgen
Interface ChipControlPanel

All Known Implementing Classes:
CochleaAMS1b.Biasgen, DVS128.Biasgen, Tmpdiff128.Biasgen, Tmpdiff128StereoPair.Biasgen

public interface ChipControlPanel

Interface for a control panel or user-friendly interface that affects chip biases or other configuration to influence general behavior, e.g. threshold, bandwidth, refractory period, balance of complementary channels like ON/OFF. This class extends Biasgen abstractly, so users can fill in methods to change these general characteristics. This class is intended for use in simplified user interfaces and in feedback controllers.

This class is mostly a marker interface that only has a single method to return the control panel used in the GUI.

Author:
tobi

Method Summary
 javax.swing.JPanel getControlPanel()
           
 

Method Detail

getControlPanel

javax.swing.JPanel getControlPanel()
Returns:
the JPanel control panel for this functional control of biases

jAER project on SourceForge