Package barsuift.simLife.time

Examples of barsuift.simLife.time.TimeCounterState


        BigDecimal zenithAngle = PercentHelper.getDecimalValue(50);
        return new SunState(luminosity, riseAngle, zenithAngle);
    }

    public static TimeCounterState createRandomTimeCounterState() {
        return new TimeCounterState(Randomizer.randomBetween(0, 60));
    }
View Full Code Here


     * Create specific time counter state with seconds = 22
     *
     * @return
     */
    public static TimeCounterState createSpecificTimeCounterState() {
        return new TimeCounterState(22);
    }
View Full Code Here

TOP

Related Classes of barsuift.simLife.time.TimeCounterState

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.