public enum SegmentReadOutOrder extends Enum<SegmentReadOutOrder>
| Enum Constant and Description |
|---|
LeftDown |
LeftUp |
RightDown |
RightUp |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadoutDown()
Returns true if the Segment is read from top to bottom in the serial
direction.
|
boolean |
isReadoutLeft()
Returns true if the Segment is read from left to right in the parallel
direction.
|
static SegmentReadOutOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentReadOutOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentReadOutOrder LeftDown
public static final SegmentReadOutOrder LeftUp
public static final SegmentReadOutOrder RightDown
public static final SegmentReadOutOrder RightUp
public static SegmentReadOutOrder[] values()
for (SegmentReadOutOrder c : SegmentReadOutOrder.values()) System.out.println(c);
public static SegmentReadOutOrder 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 isReadoutDown()
public boolean isReadoutLeft()
Copyright © 2022 LSST. All rights reserved.