public static enum StereoTool.SquarePlanarShape extends Enum<StereoTool.SquarePlanarShape>
Enum Constant and Description |
---|
FOUR_SHAPE |
U_SHAPE |
Z_SHAPE |
Modifier and Type | Method and Description |
---|---|
static StereoTool.SquarePlanarShape |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StereoTool.SquarePlanarShape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StereoTool.SquarePlanarShape U_SHAPE
public static final StereoTool.SquarePlanarShape FOUR_SHAPE
public static final StereoTool.SquarePlanarShape Z_SHAPE
public static StereoTool.SquarePlanarShape[] values()
for (StereoTool.SquarePlanarShape c : StereoTool.SquarePlanarShape.values()) System.out.println(c);
public static StereoTool.SquarePlanarShape 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 © 2021. All rights reserved.