public static enum CCDTransform.PixelType extends Enum<CCDTransform.PixelType>
| Enum Constant and Description |
|---|
ACTIVE
An active (signal) pixel
|
PARALLEL_OVERSCAN |
SERIAL_OVERSCAN |
SERIAL_PRESCAN |
| Modifier and Type | Method and Description |
|---|---|
static CCDTransform.PixelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCDTransform.PixelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CCDTransform.PixelType ACTIVE
public static final CCDTransform.PixelType SERIAL_PRESCAN
public static final CCDTransform.PixelType SERIAL_OVERSCAN
public static final CCDTransform.PixelType PARALLEL_OVERSCAN
public static CCDTransform.PixelType[] values()
for (CCDTransform.PixelType c : CCDTransform.PixelType.values()) System.out.println(c);
public static CCDTransform.PixelType 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 nullCopyright © 2019 LSST. All rights reserved.