org.apache.batik.dom.svg
Interface SVGMotionAnimatableElement

All Known Implementing Classes:
SVGGraphicsElement, SVGOMTextElement

public interface SVGMotionAnimatableElement

An interface for SVG elements that can be animated with 'animateMotion'.


Method Summary
 AffineTransform getMotionTransform()
          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 © 2009 Apache Software Foundation. All Rights Reserved.