public static class StyledSweepBuilder.TransitionOptions extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_BLEND
Blend
|
static int |
_CUBIC
Cubic
|
static int |
_LINEAR
Linear
|
static StyledSweepBuilder.TransitionOptions |
BLEND
Blend
|
static StyledSweepBuilder.TransitionOptions |
CUBIC
Cubic
|
static StyledSweepBuilder.TransitionOptions |
LINEAR
Linear
|
Modifier and Type | Method and Description |
---|---|
static StyledSweepBuilder.TransitionOptions |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static StyledSweepBuilder.TransitionOptions |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static StyledSweepBuilder.TransitionOptions[] |
values()
Returns an array that contains the values for this enum.
|
public static final StyledSweepBuilder.TransitionOptions LINEAR
public static final StyledSweepBuilder.TransitionOptions CUBIC
public static final StyledSweepBuilder.TransitionOptions BLEND
public static final int _LINEAR
public static final int _CUBIC
public static final int _BLEND
public static StyledSweepBuilder.TransitionOptions valueOf(int value)
public static StyledSweepBuilder.TransitionOptions valueOf(String name)
public static StyledSweepBuilder.TransitionOptions[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.