org.apache.batik.dom.svg

Interface SVGMotionAnimatableElement

public interface SVGMotionAnimatableElement

An interface for SVG elements that can be animated with 'animateMotion'.
Method Summary
AffineTransformgetMotionTransform()
Returns the {@link AffineTransform} representing the current motion animation for this element.

Method Detail

getMotionTransform

public AffineTransform getMotionTransform()
Returns the {@link AffineTransform} representing the current motion animation for this element.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.