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 classAnimateAnimate is a really annoying morphic tag that could represent a real value, a color or a pathclassAnimateBaseclassAnimateColorclassAnimateMotionclassAnimateTransformclassAnimateXformclassSetSmilSet 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 AnimationElementTimeCompound. parentprivate AnimationElementTimeLookup. parentThis 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. animEventsMethods in com.kitfox.svg.animation with parameters of type AnimationElement Modifier and Type Method Description voidTrackBase. addElement(AnimationElement ele)voidTrackManager. addTrackElement(AnimationElement element)Adds a new animation element to this trackvoidTimeBase. setParentElement(AnimationElement ele)Some time elements need to refer to the animation element that contains them to evaluate correctlyvoidTimeCompound. setParentElement(AnimationElement ele)voidTimeLookup. setParentElement(AnimationElement ele)voidTimeSum. 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)
-