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 SVGMotionAnimatableElement
An interface for SVG elements that can be animated with 'animateMotion'.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theAffineTransform
representing the current motion animation for this element.
-
Method Details
-
getMotionTransform
AffineTransform getMotionTransform()Returns theAffineTransform
representing the current motion animation for this element.
-