public static enum CoreSections.TargetDeclinationType extends Enum<CoreSections.TargetDeclinationType>
CoreSections.alignSections(int, double, net.talvi.puffinplot.data.CoreSections.TargetDeclinationType)
.Enum Constant and Description |
---|
MEAN
Align mean declination to reference declination.
|
TOP
Align top declination to reference declination.
|
Modifier and Type | Method and Description |
---|---|
String |
getNiceName() |
static CoreSections.TargetDeclinationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreSections.TargetDeclinationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreSections.TargetDeclinationType TOP
public static final CoreSections.TargetDeclinationType MEAN
public static CoreSections.TargetDeclinationType[] values()
for (CoreSections.TargetDeclinationType c : CoreSections.TargetDeclinationType.values()) System.out.println(c);
public static CoreSections.TargetDeclinationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getNiceName()
Copyright © 2022. All rights reserved.