Uses of Enum Class
net.time4j.calendar.astro.Zodiac
Packages that use Zodiac
-
Uses of Zodiac in net.time4j.calendar.astro
Methods in net.time4j.calendar.astro that return ZodiacModifier and TypeMethodDescriptionstatic Zodiac
Zodiac.constellationPassedByMoon(Moment moment)
Determines the zodiac constellation passed by the moon at given moment.static Zodiac
Zodiac.constellationPassedBySun(Moment moment)
Determines the zodiac constellation passed by the sun at given moment.Zodiac.next()
Obtains the zodiac which happens next after this zodiac.Zodiac.previous()
Obtains the zodiac which happens previous before this zodiac.static Zodiac
Zodiac.signPassedByMoon(Moment moment)
Determines the zodiac sign passed by the moon at given moment.static Zodiac
Zodiac.signPassedBySun(Moment moment)
Determines the zodiac sign passed by the sun at given moment.static Zodiac
Returns the enum constant of this class with the specified name.static Zodiac[]
Zodiac.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.calendar.astro with parameters of type ZodiacModifier and TypeMethodDescriptionstatic Zodiac.Event
MoonPosition.inConstellationOf(Zodiac zodiac)
Determines the event when the moon enters or exits given zodiac constellation.static Zodiac.Event
SunPosition.inConstellationOf(Zodiac zodiac)
Determines the event when the sun enters or exits given zodiac constellation.static Zodiac.Event
Determines the event when the moon enters or exits given zodiac sign (for horoscope purpose).static Zodiac.Event
Determines the event when the sun enters or exits given zodiac sign (for horoscope purpose).