Package org.apache.batik.anim
Class AnimationEngine.Sandwich
java.lang.Object
org.apache.batik.anim.AnimationEngine.Sandwich
- Enclosing class:
- AnimationEngine
Class to hold an animation sandwich for a particular attribute.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe top-most animation in the sandwich.boolean
Whether anAnimationTargetListener
has been registered to listen for changes to the base value.The bottom-most animation in the sandwich.boolean
Whether the animation needs to have its value copied into the document. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
animation
The top-most animation in the sandwich. -
lowestAnimation
The bottom-most animation in the sandwich. -
shouldUpdate
public boolean shouldUpdateWhether the animation needs to have its value copied into the document. -
listenerRegistered
public boolean listenerRegisteredWhether anAnimationTargetListener
has been registered to listen for changes to the base value.
-
-
Constructor Details
-
Sandwich
protected Sandwich()
-