Package barsuift.simLife.j3d.universe

Examples of barsuift.simLife.j3d.universe.Universe3D


    protected void tearDown() throws Exception {
        super.tearDown();
    }

    public void testUnsetAxis() {
        Universe3D universe3D = new MockUniverse3D();
        Universe3DPanel panel = new Universe3DPanel(universe3D);
        panel.setAxis();
        panel.unsetAxis();
        panel.setAxis();
        panel.unsetAxis();
View Full Code Here

TOP

Related Classes of barsuift.simLife.j3d.universe.Universe3D

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.