Package systole.view.tabs.patientsignals

Examples of systole.view.tabs.patientsignals.JPnlRecordDetails


     * @param filteredSignalChart
     * @param filteredSignal
     */
    public void addRecordCharts(ChartPanel rawSignal, ChartPanel filteredSignalChart, XYChart filteredSignal){

        this.signalsView = new JPnlRecordDetails();

        this.add(this.signalsView, BorderLayout.CENTER);
        this.signalsView.getjPnlRawSignal().add(rawSignal, BorderLayout.CENTER);

        this.signalsView.getjPnlProccesedSignal().add(filteredSignalChart, BorderLayout.CENTER);
View Full Code Here

TOP

Related Classes of systole.view.tabs.patientsignals.JPnlRecordDetails

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.