.. java:import:: ch.epfl.leb.alica.interfaces Analyzer AnalyzerSetupPanel ================== .. java:package:: ch.epfl.leb.alica.interfaces.analyzers :noindex: .. java:type:: public abstract class AnalyzerSetupPanel extends javax.swing.JPanel Sets up the analyzer, allows to customize settings. :author: Marcel Stefko Methods ------- getName ^^^^^^^ .. java:method:: @Override public abstract String getName() :outertype: AnalyzerSetupPanel initAnalyzer ^^^^^^^^^^^^ .. java:method:: public abstract Analyzer initAnalyzer() :outertype: AnalyzerSetupPanel Construct the analyzer from current settings. :return: initialized analyzer