Class TimegraphAdapter
java.lang.Object
org.apache.batik.anim.timing.TimegraphAdapter
- All Implemented Interfaces:
TimegraphListener
An adapter class for
TimegraphListeners.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidelementActivated(TimedElement e, float t) Invoked to indicate that a timed element has become active.voidInvoked to indicate that a timed element has been added to the document.voidelementDeactivated(TimedElement e, float t) Invoked to indicate that a timed element has become inactive and is not filling.voidelementFilled(TimedElement e, float t) Invoked to indicate that a timed element has become inactive and is filling.voidelementInstanceTimesChanged(TimedElement e, float isBegin) Invoked to indicate that the list of instance times for the given timed element has been updated.voidInvoked to indicate that a timed element has been removed from the document.voidelementRepeated(TimedElement e, int i, float t) Invoked to indicate that the given timed element began a repeat iteration at the specified time.voidInvoked to indivate that the given interval began.voidInvoked to indivate that an interval's endpoints were changed.voidInvoked to indivate that an interval was created for the given timed element.voidInvoked to indivate that an interval was removed for the given timed element.
-
Constructor Details
-
TimegraphAdapter
public TimegraphAdapter()
-
-
Method Details
-
elementAdded
Invoked to indicate that a timed element has been added to the document.- Specified by:
elementAddedin interfaceTimegraphListener
-
elementRemoved
Invoked to indicate that a timed element has been removed from the document.- Specified by:
elementRemovedin interfaceTimegraphListener
-
elementActivated
Invoked to indicate that a timed element has become active.- Specified by:
elementActivatedin interfaceTimegraphListener- Parameters:
e- the TimedElement that became activet- the time (in parent simple time) that the element became active
-
elementFilled
Invoked to indicate that a timed element has become inactive and is filling.- Specified by:
elementFilledin interfaceTimegraphListener
-
elementDeactivated
Invoked to indicate that a timed element has become inactive and is not filling.- Specified by:
elementDeactivatedin interfaceTimegraphListener
-
intervalCreated
Invoked to indivate that an interval was created for the given timed element.- Specified by:
intervalCreatedin interfaceTimegraphListener
-
intervalRemoved
Invoked to indivate that an interval was removed for the given timed element.- Specified by:
intervalRemovedin interfaceTimegraphListener
-
intervalChanged
Invoked to indivate that an interval's endpoints were changed.- Specified by:
intervalChangedin interfaceTimegraphListener
-
intervalBegan
Invoked to indivate that the given interval began.- Specified by:
intervalBeganin interfaceTimegraphListener- Parameters:
i- the Interval that began, or null if no interval is active for the given timed element.
-
elementRepeated
Invoked to indicate that the given timed element began a repeat iteration at the specified time.- Specified by:
elementRepeatedin interfaceTimegraphListener
-
elementInstanceTimesChanged
Invoked to indicate that the list of instance times for the given timed element has been updated.- Specified by:
elementInstanceTimesChangedin interfaceTimegraphListener
-