org.apache.batik.bridge
public abstract class AnimationSupport extends Object
Method Summary | |
---|---|
static void | fireTimeEvent(EventTarget target, String eventType, Calendar time, int detail)
Fires a TimeEvent on the given EventTarget. |
protected static Element | getElementById(String id, Node n)
Returns the element with the given ID, using the given node
as the context for the lookup. |
static EventTarget | getEventTargetById(String id, Node n)
Returns the event target with the given ID, using the given
node as the context for the lookup. |
static TimedElement | getTimedElementById(String id, Node n)
Returns the timed element with the given ID, using the given node
as the context for the lookup. |