|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StiBorderSides>
com.stimulsoft.base.drawing.enums.StiBorderSides
public enum StiBorderSides
Sides of the border.
Enum Constant Summary | |
---|---|
All
Border from all sides. |
|
Bottom
Border on the bottom. |
|
Left
Border on the left. |
|
None
No border. |
|
Right
Border on the right. |
|
Top
Border on the top. |
Field Summary | |
---|---|
int |
intValue
|
Method Summary | |
---|---|
static StiBorderSides |
forValue(int value)
|
int |
getValue()
|
static StiBorderSides |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiBorderSides[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StiBorderSides None
public static final StiBorderSides All
public static final StiBorderSides Top
public static final StiBorderSides Left
public static final StiBorderSides Right
public static final StiBorderSides Bottom
Field Detail |
---|
public final int intValue
Method Detail |
---|
public static StiBorderSides[] values()
for (StiBorderSides c : StiBorderSides.values()) System.out.println(c);
public static StiBorderSides 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 name
java.lang.NullPointerException
- if the argument is nullpublic int getValue()
getValue
in interface IStiEnum
public static StiBorderSides forValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |