|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.AnimationSupport
public abstract class AnimationSupport
Class that provides utilities for animation support.
Constructor Summary | |
---|---|
AnimationSupport()
|
Method Summary | |
---|---|
static void |
fireTimeEvent(EventTarget target,
java.lang.String eventType,
java.util.Calendar time,
int detail)
Fires a TimeEvent on the given EventTarget . |
protected static org.w3c.dom.Element |
getElementById(java.lang.String id,
org.w3c.dom.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,
org.w3c.dom.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,
org.w3c.dom.Node n)
Returns the timed element with the given ID, using the given node as the context for the lookup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimationSupport()
Method Detail |
---|
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, org.w3c.dom.Node n)
public static EventTarget getEventTargetById(java.lang.String id, org.w3c.dom.Node n)
protected static org.w3c.dom.Element getElementById(java.lang.String id, org.w3c.dom.Node n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |