| Package | Description |
|---|---|
| net.time4j.calendar.astro |
Contains classes related to calendrical astronomy.
|
| Modifier and Type | Method and Description |
|---|---|
static 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 |
Zodiac.next()
Obtains the zodiac which happens next after this zodiac.
|
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 |
Zodiac.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zodiac[] |
Zodiac.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Zodiac.Event |
SunPosition.inConstellationOf(Zodiac zodiac)
Determines the event when the sun enters or exits given zodiac constellation.
|
static Zodiac.Event |
MoonPosition.inConstellationOf(Zodiac zodiac)
Determines the event when the moon enters or exits given zodiac constellation.
|
static Zodiac.Event |
SunPosition.inSignOf(Zodiac zodiac)
Determines the event when the sun enters or exits given zodiac sign (for horoscope purpose).
|
static Zodiac.Event |
MoonPosition.inSignOf(Zodiac zodiac)
Determines the event when the moon enters or exits given zodiac sign (for horoscope purpose).
|
Copyright © 2014–2021. All rights reserved.