Package org.apache.batik.anim.dom
Interface AnimatableElement
-
- All Known Implementing Classes:
SVGAnimateColorElementBridge
,SVGAnimateElementBridge
,SVGAnimateMotionElementBridge
,SVGAnimateTransformElementBridge
,SVGAnimationElementBridge
,SVGSetElementBridge
public interface AnimatableElement
An interface for animatable elements to expose their underlying values to the compositing functions inAbstractAnimation
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnimatableValue
getUnderlyingValue()
Returns the underlying value of the animated attribute.
-
-
-
Method Detail
-
getUnderlyingValue
AnimatableValue getUnderlyingValue()
Returns the underlying value of the animated attribute. Used for composition of additive animations.
-
-