Examples of Universe3D


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
Copyright © 2018 www.massapi.com. 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.