.. java:import:: ch.epfl.leb.alica.interfaces Analyzer .. java:import:: ch.epfl.leb.alica.interfaces.analyzers AnalyzerSetupPanel AutoLaseSetupPanel ================== .. java:package:: ch.epfl.leb.alica.acpack.analyzers.autolase :noindex: .. java:type:: public class AutoLaseSetupPanel extends AnalyzerSetupPanel Setup panel for AutoLase, allows setup of thresholding and averaging. :author: Marcel Stefko Constructors ------------ AutoLaseSetupPanel ^^^^^^^^^^^^^^^^^^ .. java:constructor:: public AutoLaseSetupPanel() :outertype: AutoLaseSetupPanel Creates new form SetupPanel Methods ------- getName ^^^^^^^ .. java:method:: @Override public String getName() :outertype: AutoLaseSetupPanel initAnalyzer ^^^^^^^^^^^^ .. java:method:: @Override public Analyzer initAnalyzer() :outertype: AutoLaseSetupPanel toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: AutoLaseSetupPanel