Package displayNoise

Examples of displayNoise.NoiseDisplay1D$NoisePanel


        NoiseDisplay2D display = new NoiseDisplay2D(values);
        display.display();
    }

    public static void display1D(NoiseContainer values) {
        NoiseDisplay1D display = new NoiseDisplay1D(values);
        display.display();
    }
View Full Code Here

TOP

Related Classes of displayNoise.NoiseDisplay1D$NoisePanel

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.