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