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