|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StiAction>
com.stimulsoft.base.drawing.enums.StiAction
public enum StiAction
Actions, which indicate actions in the rectangle.
Enum Constant Summary | |
---|---|
Move
Move. |
|
None
No action. |
|
ResizeColumns
Resize columns. |
|
ResizeRows
Resize rows. |
|
Select
Select. |
|
SelectColumn
SelectColumn |
|
SelectRow
SelectRow |
|
SizeBottom
Bottom side. |
|
SizeLeft
Left side. |
|
SizeLeftBottom
Left bottom side. |
|
SizeLeftTop
Left top side. |
|
SizeRight
Right side. |
|
SizeRightBottom
Right bottom side. |
|
SizeRightTop
Right top side. |
|
SizeTop
Top side. |
Method Summary | |
---|---|
static StiAction |
forValue(int value)
|
int |
getValue()
|
static StiAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiAction[] |
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 StiAction None
public static final StiAction Move
public static final StiAction Select
public static final StiAction SizeLeft
public static final StiAction SizeRight
public static final StiAction SizeTop
public static final StiAction SizeBottom
public static final StiAction SizeLeftTop
public static final StiAction SizeLeftBottom
public static final StiAction SizeRightTop
public static final StiAction SizeRightBottom
public static final StiAction ResizeColumns
public static final StiAction ResizeRows
public static final StiAction SelectColumn
public static final StiAction SelectRow
Method Detail |
---|
public static StiAction[] values()
for (StiAction c : StiAction.values()) System.out.println(c);
public static StiAction 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()
public static StiAction forValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |