Uses of Enum
org.shredzone.commons.suncalc.MoonPhase.Phase
Packages that use MoonPhase.Phase
-
Uses of MoonPhase.Phase in org.shredzone.commons.suncalc
Methods in org.shredzone.commons.suncalc that return MoonPhase.PhaseModifier and TypeMethodDescriptionMoonIllumination.getClosestPhase()The closestMoonPhase.Phasethat is matching the moon's angle.static MoonPhase.PhaseMoonPhase.Phase.toPhase(double angle) Converts an angle to the closest matching moon phase.static MoonPhase.PhaseReturns the enum constant of this type with the specified name.static MoonPhase.Phase[]MoonPhase.Phase.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.shredzone.commons.suncalc with parameters of type MoonPhase.PhaseModifier and TypeMethodDescriptionMoonPhase.Parameters.phase(MoonPhase.Phase phase) Sets the desiredMoonPhase.Phase.