org.apache.batik.anim.dom
Interface AnimatableElement


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 $
Author:
Cameron McCormack

Method Summary
 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.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.