I am coding a new timeline painter class. After reviewing the existing painters (e.g. orginal-painter.js, compact-painter.js, detailed-painter.js) I have found two event source interators that are called in the paint methods of the painter classes:
//reverse chronological order var iterator = eventSource.getEventIterator(minDate, maxDate); //chronological order var iterator = eventSource.getEventReverseIterator(minDate, maxDate); // Are there any other iterators? Specifically, I am looking for an iterator that will follow the order of events in the event source (json, xml). Thanks, Dan -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
