public final class ArrowType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ARROW
The arrow is a solid triangle.
|
static int |
DEFAULT
Same as
NONE. |
static int |
DIAMOND
The line end is a solid diamond.
|
static int |
length |
static int |
NONE
The line does not have an arrow at the end.
|
static int |
OPEN
The arrow is an open arrow.
|
static int |
OVAL
The line end is a solid oval.
|
static int |
STEALTH
The arrow is a "stealth" arrow.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String arrowTypeName) |
static java.lang.String |
getName(int arrowType) |
static int[] |
getValues() |
static java.lang.String |
toString(int arrowType) |
public static final int NONE
public static final int ARROW
public static final int STEALTH
public static final int DIAMOND
public static final int OVAL
public static final int OPEN
public static final int DEFAULT
NONE.public static final int length