public abstract class AnimationSupport extends Object
| Constructor and Description |
|---|
AnimationSupport() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void fireTimeEvent(EventTarget target, String eventType, Calendar time, int detail)
TimeEvent on the given EventTarget.public static TimedElement getTimedElementById(String id, Node n)
public static EventTarget getEventTargetById(String id, Node n)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.