public enum StiCapStyle extends java.lang.Enum<StiCapStyle>
| Enum Constant and Description |
|---|
Arrow |
Diamond |
None |
Open |
Oval |
Square |
Stealth |
| Modifier and Type | Method and Description |
|---|---|
static StiCapStyle |
forValue(int value) |
int |
getValue() |
static StiCapStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiCapStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiCapStyle None
public static final StiCapStyle Arrow
public static final StiCapStyle Open
public static final StiCapStyle Stealth
public static final StiCapStyle Diamond
public static final StiCapStyle Square
public static final StiCapStyle Oval
public static StiCapStyle[] values()
for (StiCapStyle c : StiCapStyle.values()) System.out.println(c);
public static StiCapStyle 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 int getValue()
public static StiCapStyle forValue(int value)
Copyright © 2020 Stimulsoft. All Rights Reserved.