protected static class AnimationEngine.Sandwich
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AbstractAnimation |
animation
The top-most animation in the sandwich.
|
boolean |
listenerRegistered
Whether an
AnimationTargetListener has been registered to
listen for changes to the base value. |
AbstractAnimation |
lowestAnimation
The bottom-most animation in the sandwich.
|
boolean |
shouldUpdate
Whether the animation needs to have its value copied into the
document.
|
Modifier | Constructor and Description |
---|---|
protected |
Sandwich() |
public AbstractAnimation animation
public AbstractAnimation lowestAnimation
public boolean shouldUpdate
public boolean listenerRegistered
AnimationTargetListener
has been registered to
listen for changes to the base value.Copyright © 2022 Apache Software Foundation. All Rights Reserved.