Uses of Class
com.kitfox.svg.animation.TrackBase
-
Packages that use TrackBase Package Description com.kitfox.svg.animation -
-
Uses of TrackBase in com.kitfox.svg.animation
Subclasses of TrackBase in com.kitfox.svg.animation Modifier and Type Class Description class
TrackColor
A track holds the animation events for a single parameter of a single SVG element.class
TrackDouble
A track holds the animation events for a single parameter of a single SVG element.class
TrackMotion
A track holds the animation events for a single parameter of a single SVG element.class
TrackPath
A track holds the animation events for a single parameter of a single SVG element.class
TrackTransform
A track holds the animation events for a single parameter of a single SVG element.Fields in com.kitfox.svg.animation with type parameters of type TrackBase Modifier and Type Field Description (package private) java.util.HashMap<TrackManager.TrackKey,TrackBase>
TrackManager. tracks
Methods in com.kitfox.svg.animation that return TrackBase Modifier and Type Method Description TrackBase
TrackManager. getTrack(java.lang.String name, int type)
Methods in com.kitfox.svg.animation that return types with arguments of type TrackBase Modifier and Type Method Description java.util.Iterator<TrackBase>
TrackManager. iterator()
-