Uses of Class
com.kitfox.svg.animation.AnimationElement
-
Packages that use AnimationElement Package Description com.kitfox.svg.animation -
-
Uses of AnimationElement in com.kitfox.svg.animation
Subclasses of AnimationElement in com.kitfox.svg.animation Modifier and Type Class Description class
Animate
Animate is a really annoying morphic tag that could represent a real value, a color or a pathclass
AnimateBase
class
AnimateColor
class
AnimateMotion
class
AnimateTransform
class
AnimateXform
class
SetSmil
Set is used to set a textual value; most likely for a style element.Fields in com.kitfox.svg.animation declared as AnimationElement Modifier and Type Field Description private AnimationElement
TimeCompound. parent
private AnimationElement
TimeLookup. parent
This time can only be resolved in relation to it's parentFields in com.kitfox.svg.animation with type parameters of type AnimationElement Modifier and Type Field Description (package private) java.util.ArrayList<AnimationElement>
TrackBase. animEvents
Methods in com.kitfox.svg.animation with parameters of type AnimationElement Modifier and Type Method Description void
TrackBase. addElement(AnimationElement ele)
void
TrackManager. addTrackElement(AnimationElement element)
Adds a new animation element to this trackvoid
TimeBase. setParentElement(AnimationElement ele)
Some time elements need to refer to the animation element that contains them to evaluate correctlyvoid
TimeCompound. setParentElement(AnimationElement ele)
void
TimeLookup. setParentElement(AnimationElement ele)
void
TimeSum. setParentElement(AnimationElement ele)
Constructors in com.kitfox.svg.animation with parameters of type AnimationElement Constructor Description TimeLookup(AnimationElement parent, java.lang.String node, java.lang.String event, java.lang.String paramList)
Creates a new instance of TimeDiscreteTrackBase(SVGElement parent, AnimationElement ele)
Creates a track that would be valid for the name and type of element passed in.TrackColor(AnimationElement ele)
TrackDouble(AnimationElement ele)
TrackKey(AnimationElement base)
TrackMotion(AnimationElement ele)
TrackPath(AnimationElement ele)
TrackTransform(AnimationElement ele)
-