org.apache.batik.dom.svg
Interface SVGAnimationContext

All Superinterfaces:
SVGContext
All Known Implementing Classes:
SVGAnimateColorElementBridge, SVGAnimateElementBridge, SVGAnimateMotionElementBridge, SVGAnimateTransformElementBridge, SVGAnimationElementBridge, SVGSetElementBridge

public interface SVGAnimationContext
extends SVGContext

Context class for SVG animation elements to support extra methods.


Field Summary
 
Fields inherited from interface org.apache.batik.dom.svg.SVGContext
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH
 
Method Summary
 float getCurrentTime()
          DOM: Implements svg.SVGAnimationElement.
 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 svg.SVGAnimationElement.
 float getStartTime()
          DOM: Implements svg.SVGAnimationElement.
 SVGElement getTargetElement()
          DOM: Implements svg.SVGAnimationElement.
 
Methods inherited from interface org.apache.batik.dom.svg.SVGContext
getBBox, getCTM, getFontSize, getGlobalTransform, getPixelToMM, getPixelUnitToMillimeter, getScreenTransform, getViewportHeight, getViewportWidth, setScreenTransform
 

Method Detail

getTargetElement

SVGElement getTargetElement()
DOM: Implements svg.SVGAnimationElement.


getStartTime

float getStartTime()
DOM: Implements svg.SVGAnimationElement.


getCurrentTime

float getCurrentTime()
DOM: Implements svg.SVGAnimationElement.


getSimpleDuration

float getSimpleDuration()
DOM: Implements svg.SVGAnimationElement. With the difference that an indefinite simple duration is returned as TimedElement.INDEFINITE, rather than throwing an exception.


getHyperlinkBeginTime

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.



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.