Interface ElementTimeContainer

All Superinterfaces:
ElementTime
All Known Subinterfaces:
ElementExclusiveTimeContainer, ElementParallelTimeContainer, ElementSequentialTimeContainer, SMILDocument

public interface ElementTimeContainer extends ElementTime
This is a placeholder - subject to change. This represents generic timelines.
  • Method Details

    • getTimeChildren

      NodeList getTimeChildren()
      A NodeList that contains all timed childrens of this node. If there are no timed children, the Nodelist is empty. An iterator is more appropriate here than a node list but it requires Traversal module support.
      Returns:
      a NodeList object.
    • getActiveChildrenAt

      NodeList getActiveChildrenAt(float instant)
      Returns a list of child elements active at the specified invocation.
      Parameters:
      instant - The desired position on the local timeline in milliseconds.
      Returns:
      List of timed child-elements active at instant.