|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 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(). |
SVGElement |
getTargetElement()
DOM: Implements SVGAnimationElement.getTargetElement(). |
| Methods inherited from interface org.apache.batik.dom.svg.SVGContext |
getBBox, getCTM, getFontSize, getGlobalTransform, getPixelToMM, getPixelUnitToMillimeter, getScreenTransform, getViewportHeight, getViewportWidth, setScreenTransform |
| Methods inherited from interface org.w3c.dom.smil.ElementTimeControl |
beginElement, beginElementAt, endElement, endElementAt |
| Method Detail |
public SVGElement getTargetElement()
SVGAnimationElement.getTargetElement().
public float getStartTime()
SVGAnimationElement.getStartTime().
public float getCurrentTime()
SVGAnimationElement.getCurrentTime().
public float getSimpleDuration()
SVGAnimationElement.getSimpleDuration(). With the
difference that an indefinite simple duration is returned as
TimedElement.INDEFINITE, rather than
throwing an exception.
public float getHyperlinkBeginTime()
NaN if there is no
such begin time.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||