org.w3c.dom.smil.ElementTimeControl, SVGContextSVGAnimateColorElementBridge, SVGAnimateElementBridge, SVGAnimateMotionElementBridge, SVGAnimateTransformElementBridge, SVGAnimationElementBridge, SVGSetElementBridgepublic interface SVGAnimationContext extends SVGContext, org.w3c.dom.smil.ElementTimeControl
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH| Modifier and Type | Method | Description |
|---|---|---|
float |
getCurrentTime() |
DOM: Implements
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
SVGAnimationElement.getSimpleDuration(). |
float |
getStartTime() |
DOM: Implements
SVGAnimationElement.getStartTime(). |
org.w3c.dom.svg.SVGElement |
getTargetElement() |
DOM: Implements
SVGAnimationElement.getTargetElement(). |
beginElement, beginElementAt, endElement, endElementAtgetBBox, getCTM, getFontSize, getGlobalTransform, getPixelToMM, getPixelUnitToMillimeter, getScreenTransform, getViewportHeight, getViewportWidth, setScreenTransformorg.w3c.dom.svg.SVGElement getTargetElement()
SVGAnimationElement.getTargetElement().float getStartTime()
SVGAnimationElement.getStartTime().float getCurrentTime()
SVGAnimationElement.getCurrentTime().float getSimpleDuration()
SVGAnimationElement.getSimpleDuration(). With the
difference that an indefinite simple duration is returned as
org.apache.batik.anim.timing.TimedElement#INDEFINITE, rather than
throwing an exception.float getHyperlinkBeginTime()
NaN if there is no
such begin time.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.