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