public class TrackPath extends TrackBase
attribName, attribType, parent| Constructor and Description |
|---|
TrackPath(AnimationElement ele) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.GeneralPath |
getValue(double curTime) |
boolean |
getValue(StyleAttribute attrib,
double curTime)
Returns a StyleAttribute representing the value of this track at the
passed time.
|
addElement, getAttribName, getAttribTypepublic TrackPath(AnimationElement ele) throws SVGElementException
SVGElementExceptionpublic boolean getValue(StyleAttribute attrib, double curTime)
TrackBasepublic java.awt.geom.GeneralPath getValue(double curTime)