Class AnimationSupport

java.lang.Object
org.apache.batik.bridge.AnimationSupport

public abstract class AnimationSupport extends Object
Class that provides utilities for animation support.
Version:
$Id: AnimationSupport.java 1851346 2019-01-15 13:41:00Z ssteiner $
  • Constructor Details

    • AnimationSupport

      public AnimationSupport()
  • Method Details

    • fireTimeEvent

      public static void fireTimeEvent(EventTarget target, String eventType, Calendar time, int detail)
      Fires a TimeEvent on the given EventTarget.
    • getTimedElementById

      public 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.
    • getEventTargetById

      public 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.
    • getElementById

      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.