protected static enum ChapMenuItems.CalculationType extends java.lang.Enum<ChapMenuItems.CalculationType>
Enum Constant and Description |
---|
CALC_PRECESSION
Calculate a precession correction
|
DRAW_ALL_CONST
Draw brightest star in each constellation
|
DRAW_ALL_STARS
Draw all stars in the catalog
|
DRAW_ALL_STARS_IN_CONST
Draw all stars in a constellation
|
EQ_TO_HORIZ
Convert Equatorial to Horizon Coordinates
|
FIND_BRIGHTEST_OBJ
Locate the brightest object in the catalog
|
FIND_CONST_OBJ_IN
Find constellation an object is in
|
FIND_EQ_LOC
Locate an equatorial coordinate location
|
FIND_HORIZ_LOC
Locate a horizon coordinate location
|
FIND_OBJ
Locate an object in the catalog
|
HORIZ_TO_EQ
Convert Horizon to Equatorial Coordinates
|
LIST_ALL_CONST
List all constellations
|
LIST_ALL_OBJS_IN_CAT
List all objects in the catalog
|
LIST_ALL_OBJS_IN_CONST
List all objects in a constellation
|
LOAD_CATALOG
Load a star catalog
|
SET_mV_FILTER
Set a visual magnitude filter
|
SHOW_CATALOG_INFO
Show catalog header information
|
STAR_RISE_SET
Calculate star rise/set times
|
Modifier and Type | Method and Description |
---|---|
static ChapMenuItems.CalculationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChapMenuItems.CalculationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChapMenuItems.CalculationType EQ_TO_HORIZ
public static final ChapMenuItems.CalculationType HORIZ_TO_EQ
public static final ChapMenuItems.CalculationType CALC_PRECESSION
public static final ChapMenuItems.CalculationType STAR_RISE_SET
public static final ChapMenuItems.CalculationType LOAD_CATALOG
public static final ChapMenuItems.CalculationType SHOW_CATALOG_INFO
public static final ChapMenuItems.CalculationType LIST_ALL_OBJS_IN_CAT
public static final ChapMenuItems.CalculationType LIST_ALL_CONST
public static final ChapMenuItems.CalculationType LIST_ALL_OBJS_IN_CONST
public static final ChapMenuItems.CalculationType FIND_CONST_OBJ_IN
public static final ChapMenuItems.CalculationType SET_mV_FILTER
public static final ChapMenuItems.CalculationType DRAW_ALL_STARS
public static final ChapMenuItems.CalculationType DRAW_ALL_STARS_IN_CONST
public static final ChapMenuItems.CalculationType DRAW_ALL_CONST
public static final ChapMenuItems.CalculationType FIND_OBJ
public static final ChapMenuItems.CalculationType FIND_BRIGHTEST_OBJ
public static final ChapMenuItems.CalculationType FIND_EQ_LOC
public static final ChapMenuItems.CalculationType FIND_HORIZ_LOC
public static ChapMenuItems.CalculationType[] values()
for (ChapMenuItems.CalculationType c : ChapMenuItems.CalculationType.values()) System.out.println(c);
public static ChapMenuItems.CalculationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null