Package ptolemy.plot

Examples of ptolemy.plot.PlotFormatter


    }

    /** Interactively edit the file format in a modal dialog.
     */
    protected void _editFormat() {
        PlotFormatter formatter = new PlotFormatter(plot);
        formatter.openModal();
    }
View Full Code Here

TOP

Related Classes of ptolemy.plot.PlotFormatter

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.