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