Package org.apache.batik.bridge
Class AnimationSupport
java.lang.Object
org.apache.batik.bridge.AnimationSupport
Class that provides utilities for animation support.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
fireTimeEvent
(EventTarget target, String eventType, Calendar time, int detail) Fires aTimeEvent
on the givenEventTarget
.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.
-
Constructor Details
-
AnimationSupport
public AnimationSupport()
-
-
Method Details
-
fireTimeEvent
Fires aTimeEvent
on 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
Returns the element with the given ID, using the given node as the context for the lookup.
-