public final class ArrowWidth
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Same as
NARROW. |
static int |
length |
static int |
MEDIUM |
static int |
NARROW |
static int |
WIDE |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String arrowWidthName) |
static java.lang.String |
getName(int arrowWidth) |
static int[] |
getValues() |
static java.lang.String |
toString(int arrowWidth) |
public static final int NARROW
public static final int MEDIUM
public static final int WIDE
public static final int DEFAULT
NARROW.public static final int length