public enum ArrowStyle extends Enum<ArrowStyle>
| Enum Constant and Description |
|---|
CIRCLE |
CONCAVE |
CONVEX |
CROWS_FOOT_MANY |
CROWS_FOOT_MANY_MANDATORY |
CROWS_FOOT_MANY_OPTIONAL |
CROWS_FOOT_ONE |
CROWS_FOOT_ONE_MANDATORY |
CROWS_FOOT_ONE_OPTIONAL |
CROWS_FOOT_OPTIONAL |
DASH |
DELTA |
DIAMOND |
NONE |
PLAIN |
SHORT |
SKEWED_DASH |
STANDARD |
T_SHAPE |
TRANSPARENT_CIRCLE |
WHITE_DELTA |
WHITE_DIAMOND |
| Modifier and Type | Method and Description |
|---|---|
static ArrowStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrowStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArrowStyle NONE
public static final ArrowStyle STANDARD
public static final ArrowStyle DELTA
public static final ArrowStyle WHITE_DELTA
public static final ArrowStyle DIAMOND
public static final ArrowStyle WHITE_DIAMOND
public static final ArrowStyle SHORT
public static final ArrowStyle PLAIN
public static final ArrowStyle CONCAVE
public static final ArrowStyle CONVEX
public static final ArrowStyle CIRCLE
public static final ArrowStyle TRANSPARENT_CIRCLE
public static final ArrowStyle DASH
public static final ArrowStyle SKEWED_DASH
public static final ArrowStyle T_SHAPE
public static final ArrowStyle CROWS_FOOT_ONE_MANDATORY
public static final ArrowStyle CROWS_FOOT_MANY_MANDATORY
public static final ArrowStyle CROWS_FOOT_ONE_OPTIONAL
public static final ArrowStyle CROWS_FOOT_MANY_OPTIONAL
public static final ArrowStyle CROWS_FOOT_ONE
public static final ArrowStyle CROWS_FOOT_MANY
public static final ArrowStyle CROWS_FOOT_OPTIONAL
public final String value
public static ArrowStyle[] values()
for (ArrowStyle c : ArrowStyle.values()) System.out.println(c);
public static ArrowStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All rights reserved.