public static enum BezierFlatteningPanel.DistanceType extends Enum<BezierFlatteningPanel.DistanceType>
| Modifier and Type | Method and Description |
|---|---|
static BezierFlatteningPanel.DistanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BezierFlatteningPanel.DistanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BezierFlatteningPanel.DistanceType EUCLID
public static final BezierFlatteningPanel.DistanceType MANHATTAN
public static final BezierFlatteningPanel.DistanceType CHEBYSHEV
public static BezierFlatteningPanel.DistanceType[] values()
for (BezierFlatteningPanel.DistanceType c : BezierFlatteningPanel.DistanceType.values()) System.out.println(c);
public static BezierFlatteningPanel.DistanceType 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.