public class TrackTransform extends TrackBase
attribName, attribType, parent| Constructor and Description |
|---|
TrackTransform(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, getAttribTypepublic TrackTransform(AnimationElement ele) throws SVGElementException
SVGElementExceptionpublic boolean getValue(StyleAttribute attrib, double curTime) throws SVGException
TrackBasegetValue in class TrackBaseSVGExceptionpublic java.awt.geom.AffineTransform getValue(java.awt.geom.AffineTransform retVal,
double curTime)
throws SVGException
SVGException