Uses of Interface
org.apache.batik.anim.dom.AnimatableElement
Packages that use AnimatableElement
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of AnimatableElement in org.apache.batik.anim
Fields in org.apache.batik.anim declared as AnimatableElementModifier and TypeFieldDescriptionprotected AnimatableElement
AbstractAnimation.animatableElement
The AnimatableElement that gives access to underlying values in the document.Constructors in org.apache.batik.anim with parameters of type AnimatableElementModifierConstructorDescriptionprotected
AbstractAnimation
(TimedElement timedElement, AnimatableElement animatableElement) Creates a new Animation.ColorAnimation
(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative, AnimatableValue[] values, AnimatableValue from, AnimatableValue to, AnimatableValue by) Creates a new ColorAnimation.InterpolatingAnimation
(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative) Creates a new InterpolatingAnimation.MotionAnimation
(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative, AnimatableValue[] values, AnimatableValue from, AnimatableValue to, AnimatableValue by, ExtendedGeneralPath path, float[] keyPoints, boolean rotateAuto, boolean rotateAutoReverse, float rotateAngle, short rotateAngleUnit) Creates a new MotionAnimation.SetAnimation
(TimedElement timedElement, AnimatableElement animatableElement, AnimatableValue to) Creates a new SetAnimation.SimpleAnimation
(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative, AnimatableValue[] values, AnimatableValue from, AnimatableValue to, AnimatableValue by) Creates a new SimpleAnimation.TransformAnimation
(TimedElement timedElement, AnimatableElement animatableElement, int calcMode, float[] keyTimes, float[] keySplines, boolean additive, boolean cumulative, AnimatableValue[] values, AnimatableValue from, AnimatableValue to, AnimatableValue by, short type) Creates a new TransformAnimation. -
Uses of AnimatableElement in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement AnimatableElementModifier and TypeClassDescriptionclass
Bridge class for the 'animateColor' animation element.class
Bridge class for the 'animate' animation element.class
Bridge class for the 'animateMotion' animation element.class
Bridge class for the 'animateTransform' animation element.class
An abstract base class for the SVG animation element bridges.class
A bridge class for the 'set' animation element.