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 in
AbstractAnimation.- Version:
- $Id: AnimatableElement.java 1733416 2016-03-03 07:07:13Z gadams $
-
Method Summary
Modifier and TypeMethodDescriptionReturns the underlying value of the animated attribute.
-
Method Details
-
getUnderlyingValue
AnimatableValue getUnderlyingValue()Returns the underlying value of the animated attribute. Used for composition of additive animations.
-