@Deprecated public enum BitDepth extends Enum<BitDepth>
Enum Constant and Description |
---|
BD10
Deprecated.
|
BD16
Deprecated.
|
BD16F
Deprecated.
|
BD16S
Deprecated.
|
BD1BLACK1
Deprecated.
|
BD1WHITE1
Deprecated.
|
BD32F
Deprecated.
|
BD32S
Deprecated.
|
BD5
Deprecated.
|
BD565
Deprecated.
|
BD8
Deprecated.
|
RESERVED
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BitDepth |
findById(int id)
Deprecated.
|
List<Integer> |
getId()
Deprecated.
|
static BitDepth |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static BitDepth[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitDepth BD1WHITE1
public static final BitDepth BD8
public static final BitDepth BD16
public static final BitDepth BD16S
public static final BitDepth BD16F
public static final BitDepth BD32S
public static final BitDepth BD32F
public static final BitDepth BD5
public static final BitDepth BD10
public static final BitDepth BD565
public static final BitDepth RESERVED
public static final BitDepth BD1BLACK1
public static BitDepth[] values()
for (BitDepth c : BitDepth.values()) System.out.println(c);
public static BitDepth 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 static BitDepth findById(int id)
Copyright © 2016 Open Microscopy Environment