Package systole.view.imageFlow

Examples of systole.view.imageFlow.ImageFlow


        this.analysisController.getAnalysis().setAllSegments(this.allSegments);
        this.analysisController.getAnalysis().setSignalFiltered(this.segment);
        this.analysisController.getFrmAnalysis().addFilteredCharts(this.rawSignalChart, this.filteredSignalChart, this.filteredSignalModel);

        if (this.sliced) {
            this.imageFlow = new ImageFlow(this.items, this.analysisController.getFrmAnalysis().getJpnlSegments().getImagesFlow());
            this.analysisController.getFrmAnalysis().getJpnlSegments().getImagesFlow().addFlowCharts(this.imageFlow);
            this.analysisController.getFrmAnalysis().getJpnlSegments().getImageMap().loadImageList(this.images);
            this.analysisController.getFrmAnalysis().getAccordionSegments().updatePanel();
            this.analysisController.getSelectionModel().loadConfirmedSegments(this.analysisController.getAnalysis(), this.selectionItems);
        }
View Full Code Here


        return null;
    }

    @Override
    protected void done() {
        this.imageFlow = new ImageFlow(this.items, this.parentControl.getFrmAnalysis().getJpnlSegments().getImagesFlow());
        this.parentControl.getSelectionModel().loadSegments(this.selectionItems);
        this.parentControl.getFrmAnalysis().getJpnlSegments().getImagesFlow().addFlowCharts(this.imageFlow);
        this.parentControl.getFrmAnalysis().getJpnlSegments().getImageMap().loadImageList(this.images);

        this.parentControl.getFrmAnalysis().getAccordionSegments().updatePanel();
View Full Code Here

TOP

Related Classes of systole.view.imageFlow.ImageFlow

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.