public static enum V3dRawImageStream.Format extends Enum<V3dRawImageStream.Format>
FORMAT_MYERS_PBD is not supported by this reader.| Enum Constant and Description |
|---|
FORMAT_MURPHY_PBD |
FORMAT_MYERS_PBD |
FORMAT_PENG_RAW |
| Modifier and Type | Method and Description |
|---|---|
static V3dRawImageStream.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3dRawImageStream.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3dRawImageStream.Format FORMAT_PENG_RAW
public static final V3dRawImageStream.Format FORMAT_MURPHY_PBD
public static final V3dRawImageStream.Format FORMAT_MYERS_PBD
public static V3dRawImageStream.Format[] values()
for (V3dRawImageStream.Format c : V3dRawImageStream.Format.values()) System.out.println(c);
public static V3dRawImageStream.Format 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 © 2015–2021 Fiji. All rights reserved.