public enum StiRectangleCorners extends java.lang.Enum<StiRectangleCorners>
| Enum Constant and Description |
|---|
All |
LeftBottom |
LeftBottomRight |
LeftTop |
LeftTopRight |
None |
RightBottom |
RightTop |
TopLeftBottom |
TopRightBottom |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Return int
StiRectangleCorners value |
static StiRectangleCorners |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiRectangleCorners[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiRectangleCorners None
public static final StiRectangleCorners LeftTop
public static final StiRectangleCorners RightTop
public static final StiRectangleCorners LeftTopRight
public static final StiRectangleCorners LeftBottom
public static final StiRectangleCorners TopLeftBottom
public static final StiRectangleCorners RightBottom
public static final StiRectangleCorners TopRightBottom
public static final StiRectangleCorners LeftBottomRight
public static final StiRectangleCorners All
public static StiRectangleCorners[] values()
for (StiRectangleCorners c : StiRectangleCorners.values()) System.out.println(c);
public static StiRectangleCorners 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()
StiRectangleCorners valueStiRectangleCorners valueCopyright © 2020 Stimulsoft. All Rights Reserved.