Package org.openhab.binding.astro.internal.model

Examples of org.openhab.binding.astro.internal.model.Zodiac


      idx = (int) (Math.ceil(idxd));
    } else
      idx = (int) (Math.floor(idxd));

    if (idx >= 0 || idx <= ZodiacSign.values().length) {
      moon.setZodiac(new Zodiac(ZodiacSign.values()[idx]));
    }
  }
View Full Code Here

TOP

Related Classes of org.openhab.binding.astro.internal.model.Zodiac

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.