public static enum MFitsTools.Quadrants extends Enum<MFitsTools.Quadrants>
| Modifier and Type | Method and Description |
|---|---|
int |
getNx()
The counting direction in x.
|
int |
getNy()
The counting direction in y.
|
static MFitsTools.Quadrants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MFitsTools.Quadrants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MFitsTools.Quadrants UR
public static final MFitsTools.Quadrants UL
public static final MFitsTools.Quadrants LL
public static final MFitsTools.Quadrants LR
public static MFitsTools.Quadrants[] values()
for (MFitsTools.Quadrants c : MFitsTools.Quadrants.values()) System.out.println(c);
public static MFitsTools.Quadrants 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 int getNx()
public int getNy()