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