org.apache.batik.dom.anim

Interface AnimatableElement

public interface AnimatableElement

An interface for animatable elements to expose their underlying values to the compositing functions in {@link org.apache.batik.anim.AbstractAnimation}.
Method Summary
AnimatableValuegetUnderlyingValue()
Returns the underlying value of the animated attribute.

Method Detail

getUnderlyingValue

public AnimatableValue getUnderlyingValue()
Returns the underlying value of the animated attribute. Used for composition of additive animations.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.