Interface Smil

All Superinterfaces:
SmilObject
All Known Implementing Classes:
SmilImpl

public interface Smil extends SmilObject
Represent a SMIL document.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String elementId)
    Returns element with given Id.
    Returns body of the SMIL.
    Returns head of the SMIL.
    Serialize this object.

    Methods inherited from interface org.opencastproject.smil.entity.api.SmilObject

    getId
  • Method Details