Package barsuift.simLife.j3d.tree

Examples of barsuift.simLife.j3d.tree.MockTreeLeaf3D


        efficiency = new BigDecimal(0);
        creationMillis = 0;
        energy = new BigDecimal(0);
        freeEnergy = new BigDecimal(0);
        isTooWeak = false;
        treeLeaf3D = new MockTreeLeaf3D();
        state = new TreeLeafState();
        synchronizedCalled = 0;
        collectSolarEnergyCalled = 0;
        ageCalled = 0;
        improveEfficiencyCalled = 0;
View Full Code Here

TOP

Related Classes of barsuift.simLife.j3d.tree.MockTreeLeaf3D

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.