Package | Description |
---|---|
junctionbox.android |
Modifier and Type | Method and Description |
---|---|
void |
Timetable.append(Timetable t)
Appends another Timetable to the end of this Timetable for playback.
|
void |
Junction.attachTimetable(Timetable t)
Attaches a Timetable to record and playback Contacts associated with this Junction.
|
void |
Dispatcher.attachTimetable(Timetable t)
Attaches a Timetable to record and playback TUIO-based interactions associated with this Dispatcher.
|
void |
Filer.load(Timetable t)
Loads data from an XML file into the provided Timetable.
|
void |
Timetable.remove(Timetable t)
Removes the specified Timetable from the playback queue for this Timetable.
|
void |
Filer.save(Timetable t)
Saves data from the provided Timetable to XML.
|