Package org.apache.batik.bridge
Class AnimationSupport
- java.lang.Object
-
- org.apache.batik.bridge.AnimationSupport
-
public abstract class AnimationSupport extends java.lang.ObjectClass that provides utilities for animation support.- Version:
- $Id: AnimationSupport.java 1851346 2019-01-15 13:41:00Z ssteiner $
-
-
Constructor Summary
Constructors Constructor Description AnimationSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfireTimeEvent(org.w3c.dom.events.EventTarget target, java.lang.String eventType, java.util.Calendar time, int detail)Fires aTimeEventon the givenEventTarget.protected static org.w3c.dom.ElementgetElementById(java.lang.String id, org.w3c.dom.Node n)Returns the element with the given ID, using the given node as the context for the lookup.static org.w3c.dom.events.EventTargetgetEventTargetById(java.lang.String id, org.w3c.dom.Node n)Returns the event target with the given ID, using the given node as the context for the lookup.static TimedElementgetTimedElementById(java.lang.String id, org.w3c.dom.Node n)Returns the timed element with the given ID, using the given node as the context for the lookup.
-
-
-
Method Detail
-
fireTimeEvent
public static void fireTimeEvent(org.w3c.dom.events.EventTarget target, java.lang.String eventType, java.util.Calendar time, int detail)Fires aTimeEventon the givenEventTarget.
-
getTimedElementById
public static TimedElement getTimedElementById(java.lang.String id, org.w3c.dom.Node n)
Returns the timed element with the given ID, using the given node as the context for the lookup.
-
getEventTargetById
public static org.w3c.dom.events.EventTarget getEventTargetById(java.lang.String id, org.w3c.dom.Node n)Returns the event target with the given ID, using the given node as the context for the lookup.
-
getElementById
protected static org.w3c.dom.Element getElementById(java.lang.String id, org.w3c.dom.Node n)Returns the element with the given ID, using the given node as the context for the lookup.
-
-