public interface SVGAnimationContext extends SVGContext
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH| Modifier and Type | Method and Description |
|---|---|
float |
getCurrentTime()
DOM: Implements
org.w3c.dom.svg.SVGAnimationElement#getCurrentTime(). |
float |
getHyperlinkBeginTime()
Returns the time that the document would seek to if this animation
element were hyperlinked to, or
NaN if there is no
such begin time. |
float |
getSimpleDuration()
DOM: Implements
org.w3c.dom.svg.SVGAnimationElement#getSimpleDuration(). |
float |
getStartTime()
DOM: Implements
org.w3c.dom.svg.SVGAnimationElement#getStartTime(). |
SVGElement |
getTargetElement()
DOM: Implements
org.w3c.dom.svg.SVGAnimationElement#getTargetElement(). |
getBBox, getCTM, getFontSize, getGlobalTransform, getPixelToMM, getPixelUnitToMillimeter, getScreenTransform, getViewportHeight, getViewportWidth, setScreenTransformSVGElement getTargetElement()
org.w3c.dom.svg.SVGAnimationElement#getTargetElement().float getStartTime()
org.w3c.dom.svg.SVGAnimationElement#getStartTime().float getCurrentTime()
org.w3c.dom.svg.SVGAnimationElement#getCurrentTime().float getSimpleDuration()
org.w3c.dom.svg.SVGAnimationElement#getSimpleDuration(). With the
difference that an indefinite simple duration is returned as
TimedElement.INDEFINITE, rather than
throwing an exception.float getHyperlinkBeginTime()
NaN if there is no
such begin time.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.