public final class ArrowLength
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Same as
SHORT. |
static int |
length |
static int |
LONG |
static int |
MEDIUM |
static int |
SHORT |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String arrowLengthName) |
static java.lang.String |
getName(int arrowLength) |
static int[] |
getValues() |
static java.lang.String |
toString(int arrowLength) |
public static final int SHORT
public static final int MEDIUM
public static final int LONG
public static final int DEFAULT
SHORT.public static final int length