org.apache.batik.dom.svg
Interface SVGMotionAnimatableElement


public interface SVGMotionAnimatableElement

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

Version:
$Id: SVGMotionAnimatableElement.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Cameron McCormack

Method Summary
 AffineTransform getMotionTransform()
          Returns the AffineTransform representing the current motion animation for this element.
 

Method Detail

getMotionTransform

AffineTransform getMotionTransform()
Returns the AffineTransform representing the current motion animation for this element.



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