Package | Description |
---|---|
com.kitfox.svg.animation |
Modifier and Type | Class and Description |
---|---|
class |
Animate
Animate is a really annoying morphic tag that could represent a real value,
a color or a path
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TrackBase.addElement(AnimationElement ele) |
void |
TrackManager.addTrackElement(AnimationElement element)
Adds a new animation element to this track
|
void |
TimeLookup.setParentElement(AnimationElement ele) |
void |
TimeCompound.setParentElement(AnimationElement ele) |
void |
TimeSum.setParentElement(AnimationElement ele) |
void |
TimeBase.setParentElement(AnimationElement ele)
Some time elements need to refer to the animation element that contains
them to evaluate correctly
|
Constructor and Description |
---|
TimeLookup(AnimationElement parent,
String node,
String event,
String paramList)
Creates a new instance of TimeDiscrete
|
TrackBase(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) |
TrackMotion(AnimationElement ele) |
TrackPath(AnimationElement ele) |
TrackTransform(AnimationElement ele) |
Copyright ?? 2011-2016 Kitfox Studios. All Rights Reserved.