public enum LineEndType extends java.lang.Enum<LineEndType>
| Enum Constant and Description |
|---|
LINE_END_TYPE_ROUND
Line end points are drawn as half circles.
|
LINE_END_TYPE_STRAIGHT
No line end points are drawn, line end with a straight line.
|
| Modifier and Type | Method and Description |
|---|---|
static LineEndType |
swigToEnum(int swigValue) |
int |
swigValue() |
static LineEndType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineEndType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineEndType LINE_END_TYPE_STRAIGHT
public static final LineEndType LINE_END_TYPE_ROUND
public static LineEndType[] values()
for (LineEndType c : LineEndType.values()) System.out.println(c);
public static LineEndType 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 final int swigValue()
public static LineEndType swigToEnum(int swigValue)