public enum ShutterSide extends Enum<ShutterSide>
| Enum Constant and Description |
|---|
MINUSX
The -X side.
|
PLUSX
The +X side.
|
| Modifier and Type | Method and Description |
|---|---|
static ShutterSide |
fromAxis(Axis ax) |
double |
normalizePosition(double absolute) |
ShutterSide |
opposite()
Gets the side opposite to this side.
|
static ShutterSide |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutterSide[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShutterSide MINUSX
public static final ShutterSide PLUSX
public static ShutterSide[] values()
for (ShutterSide c : ShutterSide.values()) System.out.println(c);
public static ShutterSide 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 ShutterSide opposite()
public static ShutterSide fromAxis(Axis ax)
public double normalizePosition(double absolute)
Copyright © 2023 LSST. All rights reserved.