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 AffineTransform representing the current motion animation for this element.

Method Detail

getMotionTransform

public AffineTransform getMotionTransform()
Returns the AffineTransform representing the current motion animation for this element.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.