public enum StiAnimationType extends java.lang.Enum<StiAnimationType>
| Enum Constant and Description |
|---|
Column |
Opacity |
PieSegment |
Points |
Rotation |
Scale |
Translation |
| Modifier and Type | Method and Description |
|---|---|
static StiAnimationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiAnimationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiAnimationType Opacity
public static final StiAnimationType Scale
public static final StiAnimationType Translation
public static final StiAnimationType Rotation
public static final StiAnimationType Column
public static final StiAnimationType Points
public static final StiAnimationType PieSegment
public static StiAnimationType[] values()
for (StiAnimationType c : StiAnimationType.values()) System.out.println(c);
public static StiAnimationType 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 nullCopyright © 2020 Stimulsoft. All Rights Reserved.