Package eas.math.fundamentalAlgorithms.graphBased.algorithms.gnuPlot

Examples of eas.math.fundamentalAlgorithms.graphBased.algorithms.gnuPlot.PlainGNUPlot


        list.add(new MARB());
        list.add(new RedBlackTree());
        list.add(new Tree234());
        list.add(new LaTeX());
        list.add(new Calc());
        list.add(new PlainGNUPlot());
        new GraphBasedWindow(params, list);
    }
View Full Code Here

TOP

Related Classes of eas.math.fundamentalAlgorithms.graphBased.algorithms.gnuPlot.PlainGNUPlot

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.