public enum ContainerAnimations extends java.lang.Enum<ContainerAnimations>
AnimatedFlowContainer.| ??????? |
|---|
FADE
A fade between the old and new view
|
SWIPE_LEFT
A swipe effect
|
SWIPE_RIGHT
A swipe effect
|
ZOOM_IN
A zoom effect
|
ZOOM_OUT
A zoom effect
|
| ?????? | ????? |
|---|---|
java.util.function.Function<AnimatedFlowContainer,java.util.List<javafx.animation.KeyFrame>> |
getAnimationProducer()
Returns the list of
KeyFrame instances that defines the animation. |
static ContainerAnimations |
valueOf(java.lang.String name)
??????????????????
|
static ContainerAnimations[] |
values()
???????????????, ??
??????????
|
public static final ContainerAnimations FADE
public static final ContainerAnimations ZOOM_IN
public static final ContainerAnimations ZOOM_OUT
public static final ContainerAnimations SWIPE_LEFT
public static final ContainerAnimations SWIPE_RIGHT
public static ContainerAnimations[] values()
for (ContainerAnimations c : ContainerAnimations.values()) System.out.println(c);
public static ContainerAnimations valueOf(java.lang.String name)
name - ????????????java.lang.IllegalArgumentException - ??????????????????java.lang.NullPointerException - ???????public java.util.function.Function<AnimatedFlowContainer,java.util.List<javafx.animation.KeyFrame>> getAnimationProducer()
KeyFrame instances that defines the animation.