public static enum CCDGeometry.ReadoutOrder extends Enum<CCDGeometry.ReadoutOrder>
| Enum Constant and Description |
|---|
DownLeft |
DownRight |
UpLeft |
UpRight |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDown() |
boolean |
isRight() |
static CCDGeometry.ReadoutOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCDGeometry.ReadoutOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CCDGeometry.ReadoutOrder DownRight
public static final CCDGeometry.ReadoutOrder UpRight
public static final CCDGeometry.ReadoutOrder DownLeft
public static final CCDGeometry.ReadoutOrder UpLeft
public static CCDGeometry.ReadoutOrder[] values()
for (CCDGeometry.ReadoutOrder c : CCDGeometry.ReadoutOrder.values()) System.out.println(c);
public static CCDGeometry.ReadoutOrder 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 boolean isDown()
public boolean isRight()
Copyright © 2015 LSST. All rights reserved.