Class AnimationSupport
java.lang.Object
org.apache.batik.bridge.AnimationSupport
Class that provides utilities for animation support.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfireTimeEvent(EventTarget target, String eventType, Calendar time, int detail) Fires aTimeEventon the givenEventTarget.protected static ElementgetElementById(String id, Node n) Returns the element with the given ID, using the given node as the context for the lookup.static EventTargetgetEventTargetById(String id, Node n) Returns the event target with the given ID, using the given node as the context for the lookup.static TimedElementgetTimedElementById(String id, Node n) Returns the timed element with the given ID, using the given node as the context for the lookup.
-
Constructor Details
-
AnimationSupport
public AnimationSupport()
-
-
Method Details
-
fireTimeEvent
Fires aTimeEventon the givenEventTarget. -
getTimedElementById
Returns the timed element with the given ID, using the given node as the context for the lookup. -
getEventTargetById
Returns the event target with the given ID, using the given node as the context for the lookup. -
getElementById
-