Object

org.lunaspeed.lunar4s

SolarTerms

Related Doc: package lunar4s

Permalink

object SolarTerms

Currently only support 21st century.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SolarTerms
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait SolarTerm extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AutumnCommences extends SolarTerm with Product with Serializable

    Permalink

    立秋

  5. object AutumnalEquinox extends SolarTerm with Product with Serializable

    Permalink

    秋分

  6. object BrightAndClean extends SolarTerm with Product with Serializable

    Permalink

    清明

  7. object ColdDew extends SolarTerm with Product with Serializable

    Permalink

    寒露

  8. object CornForms extends SolarTerm with Product with Serializable

    Permalink

    小滿

  9. object CornOnEar extends SolarTerm with Product with Serializable

    Permalink

    芒種

  10. object CornRain extends SolarTerm with Product with Serializable

    Permalink
  11. object EndOfHeat extends SolarTerm with Product with Serializable

    Permalink

    處暑

  12. object Frost extends SolarTerm with Product with Serializable

    Permalink

    霜降

  13. object GreatHeat extends SolarTerm with Product with Serializable

    Permalink

    大暑

  14. object HeavySnow extends SolarTerm with Product with Serializable

    Permalink

    大雪

  15. object InsectsWaken extends SolarTerm with Product with Serializable

    Permalink

    驚蟄

  16. object LightSnow extends SolarTerm with Product with Serializable

    Permalink

    小雪

  17. object ModerateCold extends SolarTerm with Product with Serializable

    Permalink

    小寒

  18. object ModerateHeat extends SolarTerm with Product with Serializable

    Permalink

    小暑

  19. object SevereCold extends SolarTerm with Product with Serializable

    Permalink

    大寒

  20. object SpringCommences extends SolarTerm with Product with Serializable

    Permalink

    立春

  21. object SpringShowers extends SolarTerm with Product with Serializable

    Permalink

    雨水

  22. object SummerCommences extends SolarTerm with Product with Serializable

    Permalink

    立夏

  23. object SummerSolstice extends SolarTerm with Product with Serializable

    Permalink

    夏至

  24. object VernalEquinox extends SolarTerm with Product with Serializable

    Permalink

    春分

  25. object WhiteDew extends SolarTerm with Product with Serializable

    Permalink

    白露

  26. object WinterCommences extends SolarTerm with Product with Serializable

    Permalink

    立冬

  27. object WinterSolstice extends SolarTerm with Product with Serializable

    Permalink

    冬至

  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  30. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def getYearTerms(year: Int): Map[SolarTerm, LocalDate]

    Permalink

    get SolarTerms for the whole year

  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def termAsDate(year: Int, term: SolarTerm): Option[LocalDate]

    Permalink

    get date for the SolarTerm in the year

  41. def termDate(year: Int, term: SolarTerm): Option[Int]

    Permalink

    get date of month for the SolarTerm in the year

  42. def toChinese(term: SolarTerm): String

    Permalink

    get SolarTerm Chinese name

  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped