Package org.apache.batik.anim.dom
Interface AnimatableElement
-
- All Known Implementing Classes:
SVGAnimateColorElementBridge,SVGAnimateElementBridge,SVGAnimateMotionElementBridge,SVGAnimateTransformElementBridge,SVGAnimationElementBridge,SVGSetElementBridge
public interface AnimatableElementAn interface for animatable elements to expose their underlying values to the compositing functions inAbstractAnimation.- Version:
- $Id: AnimatableElement.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnimatableValuegetUnderlyingValue()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.
-
-