|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.e1.mxdublin.core.SeqEvent
com.e1.mxdublin.Trail
com.e1.mxdublin.evlist.TrailEventList
public class TrailEventList
Used to play events within a EvList. If the list content has changed since the last event was played it will re-adapt it self from the new content of the associated list. If the trail has played all the event into the list it will simply loop to the first event; like any another trails.
| Field Summary |
|---|
| Fields inherited from class com.e1.mxdublin.Trail |
|---|
clocked, globalStart, globalStop, last, quantizeCtrl, started, view |
| Fields inherited from class com.e1.mxdublin.core.SeqEvent |
|---|
mandatory |
| Constructor Summary | |
|---|---|
TrailEventList()
|
|
TrailEventList(EvList list)
|
|
TrailEventList(EvList list,
String name)
|
|
| Method Summary | |
|---|---|
protected TrailView |
factoryView(DublinProject project)
Trails must returns a Swing TrailView object if they want to provide a gui editor to this trail. |
EvList |
getList()
Returns the associated list |
int |
getLoopPoint()
|
protected void |
loadElement(Element e)
Called when the trail is instantiated from fromXML(Element). |
void |
reposition()
Reposition is called when the list is modified. |
void |
setList(EvList list)
Sets a new list to play. |
void |
start(int tm)
Starts trail now + tm. |
void |
tick()
Method to be called by the sequencer that has been sync by event() and next(). |
Element |
toXML()
Returns the XML representation of this Trail. |
| Methods inherited from class com.e1.mxdublin.Trail |
|---|
dispose, event, eventf, fromXML, getName, getTime, isRunning, next, nextf, reset, run, showView, start, stop, toBaseXML, toggle, toString |
| Methods inherited from class com.e1.mxdublin.core.SeqEvent |
|---|
cancel, eventDebug |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TrailEventList()
public TrailEventList(EvList list)
public TrailEventList(EvList list,
String name)
| Method Detail |
|---|
public void start(int tm)
Trail
start in class Trailtm - time to start from nowpublic void tick()
Trail
tick in class Trailpublic void reposition()
public void setList(EvList list)
This method will reset the trail
list - EvList to playpublic EvList getList()
public int getLoopPoint()
protected void loadElement(Element e)
Trail
loadElement in class Traile - the original generic trail definitionpublic Element toXML()
Trail
toXML in class Trailprotected TrailView factoryView(DublinProject project)
Trail
factoryView in class Trail
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||