Package fr.soleil.comete.widget

Examples of fr.soleil.comete.widget.ChartViewer


        this.numberField = new NumberField();

        this.wheelswitch = new WheelSwitch();

        this.chartViewer = new ChartViewer();
        chartViewer.getComponent().setFreezePanelVisible(true);
        chartViewer.getComponent().setManagementPanelVisible(false);
        chartViewer.getComponent().setAutoHighlightOnLegend(true);

        imageViewer = new ImageViewer();
View Full Code Here


     *
     * @return fr.esrf.tangoatk.widget.attribute.NonAttrNumberSpectrumViewer
     */
    private ChartViewer getFittedData() {
        if (this.fittedData == null) {
            this.fittedData = new ChartViewer();
            this.fittedData.setCometeBackground(new CometeColor(200, 200, 200));
        }
        return this.fittedData;
    }
View Full Code Here

TOP

Related Classes of fr.soleil.comete.widget.ChartViewer

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.