public class TimegraphAdapter extends Object implements TimegraphListener
TimegraphListeners.| Constructor and Description |
|---|
TimegraphAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
elementActivated(TimedElement e,
float t)
Invoked to indicate that a timed element has become active.
|
void |
elementAdded(TimedElement e)
Invoked to indicate that a timed element has been added to the
document.
|
void |
elementDeactivated(TimedElement e,
float t)
Invoked to indicate that a timed element has become inactive
and is not filling.
|
void |
elementFilled(TimedElement e,
float t)
Invoked to indicate that a timed element has become inactive
and is filling.
|
void |
elementInstanceTimesChanged(TimedElement e,
float isBegin)
Invoked to indicate that the list of instance times for the given
timed element has been updated.
|
void |
elementRemoved(TimedElement e)
Invoked to indicate that a timed element has been removed from the
document.
|
void |
elementRepeated(TimedElement e,
int i,
float t)
Invoked to indicate that the given timed element began a repeat
iteration at the specified time.
|
void |
intervalBegan(TimedElement e,
Interval i)
Invoked to indivate that the given interval began.
|
void |
intervalChanged(TimedElement e,
Interval i)
Invoked to indivate that an interval's endpoints were changed.
|
void |
intervalCreated(TimedElement e,
Interval i)
Invoked to indivate that an interval was created for the given
timed element.
|
void |
intervalRemoved(TimedElement e,
Interval i)
Invoked to indivate that an interval was removed for the given
timed element.
|
public void elementAdded(TimedElement e)
elementAdded in interface TimegraphListenerpublic void elementRemoved(TimedElement e)
elementRemoved in interface TimegraphListenerpublic void elementActivated(TimedElement e, float t)
elementActivated in interface TimegraphListenere - the TimedElement that became activet - the time (in parent simple time) that the element became activepublic void elementFilled(TimedElement e, float t)
elementFilled in interface TimegraphListenerpublic void elementDeactivated(TimedElement e, float t)
elementDeactivated in interface TimegraphListenerpublic void intervalCreated(TimedElement e, Interval i)
intervalCreated in interface TimegraphListenerpublic void intervalRemoved(TimedElement e, Interval i)
intervalRemoved in interface TimegraphListenerpublic void intervalChanged(TimedElement e, Interval i)
intervalChanged in interface TimegraphListenerpublic void intervalBegan(TimedElement e, Interval i)
intervalBegan in interface TimegraphListeneri - the Interval that began, or null if no interval is
active for the given timed element.public void elementRepeated(TimedElement e, int i, float t)
elementRepeated in interface TimegraphListenerpublic void elementInstanceTimesChanged(TimedElement e, float isBegin)
elementInstanceTimesChanged in interface TimegraphListenerCopyright © 2000–2024 Apache Software Foundation. All rights reserved.