public enum DotSplines extends java.lang.Enum<DotSplines>
Modifier and Type | Method and Description |
---|---|
static DotSplines |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DotSplines[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DotSplines POLYLINE
public static final DotSplines ORTHO
public static final DotSplines SPLINES
public static DotSplines[] values()
for (DotSplines c : DotSplines.values()) System.out.println(c);
public static DotSplines 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 nullCopyright © 2019. All Rights Reserved.