org.apache.batik.bridge
public abstract class AnimationSupport extends java.lang.Object
| Constructor and Description |
|---|
AnimationSupport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fireTimeEvent(EventTarget target,
java.lang.String eventType,
java.util.Calendar time,
int detail)
Fires a
TimeEvent on the given EventTarget. |
protected static Element |
getElementById(java.lang.String id,
Node n)
Returns the element with the given ID, using the given node
as the context for the lookup.
|
static EventTarget |
getEventTargetById(java.lang.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(java.lang.String id,
Node n)
Returns the timed element with the given ID, using the given node
as the context for the lookup.
|
public static void fireTimeEvent(EventTarget target, java.lang.String eventType, java.util.Calendar time, int detail)
TimeEvent on the given EventTarget.public static TimedElement getTimedElementById(java.lang.String id, Node n)
public static EventTarget getEventTargetById(java.lang.String id, Node n)
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.