public static enum TrimExtendParameters.ExtendType extends java.lang.Enum<TrimExtendParameters.ExtendType>
Enum Constant and Description |
---|
DEFAULT_CURVE_EXTENSION |
KEEP_END_ATTRIBUTES |
NO_END_ATTRIBUTES |
NO_EXTEND_AT_FROM |
NO_EXTEND_AT_TO |
NOT_SET |
RELOCATE_ENDS |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static TrimExtendParameters.ExtendType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrimExtendParameters.ExtendType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrimExtendParameters.ExtendType NOT_SET
public static final TrimExtendParameters.ExtendType DEFAULT_CURVE_EXTENSION
public static final TrimExtendParameters.ExtendType RELOCATE_ENDS
public static final TrimExtendParameters.ExtendType KEEP_END_ATTRIBUTES
public static final TrimExtendParameters.ExtendType NO_END_ATTRIBUTES
public static final TrimExtendParameters.ExtendType NO_EXTEND_AT_FROM
public static final TrimExtendParameters.ExtendType NO_EXTEND_AT_TO
public static TrimExtendParameters.ExtendType[] values()
for (TrimExtendParameters.ExtendType c : TrimExtendParameters.ExtendType.values()) System.out.println(c);
public static TrimExtendParameters.ExtendType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()