| 限定符和类型 | 方法和说明 |
|---|---|
static Phenology |
fromIndex(int year,
int index)
从索引初始化
|
static Phenology |
fromName(int year,
String name)
从名称初始化
|
JulianDay |
getJulianDay()
儒略日
|
ThreePhenology |
getThreePhenology()
三候
|
int |
getYear()
年
|
protected void |
initByYear(int year,
int offset) |
Phenology |
next(int n)
推移
|
equals, indexOf, toStringpublic static final String[] NAMES
protected int year
public Phenology(int year,
String name)
public Phenology(int year,
int index)
protected void initByYear(int year,
int offset)
public static Phenology fromName(int year, String name)
year - 年name - 名称public static Phenology fromIndex(int year, int index)
year - 年index - 索引public ThreePhenology getThreePhenology()
public JulianDay getJulianDay()
public int getYear()
Copyright © 2025. All Rights Reserved.