Package org.apache.batik.dom.svg
Interface SVGMotionAnimatableElement
-
- All Known Implementing Classes:
BindableElement,SVGGraphicsElement,SVGOMAElement,SVGOMCircleElement,SVGOMClipPathElement,SVGOMDefsElement,SVGOMEllipseElement,SVGOMFlowRootElement,SVGOMForeignObjectElement,SVGOMGElement,SVGOMImageElement,SVGOMLineElement,SVGOMMaskElement,SVGOMPathElement,SVGOMPolygonElement,SVGOMPolylineElement,SVGOMRectElement,SVGOMSwitchElement,SVGOMTextElement,SVGOMToBeImplementedElement,SVGOMUseElement,SVGPointShapeElement,SVGURIReferenceGraphicsElement
public interface SVGMotionAnimatableElementAn interface for SVG elements that can be animated with 'animateMotion'.- Version:
- $Id: SVGMotionAnimatableElement.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.geom.AffineTransformgetMotionTransform()Returns theAffineTransformrepresenting the current motion animation for this element.
-