Class CaptionsDocument

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    TTMLDocument, WebVTTDocument

    public class CaptionsDocument
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • CaptionsDocument

        public CaptionsDocument()
    • Method Detail

      • getRegions

        public java.util.Map<java.lang.String,​Region> getRegions()
        Retrieves a Map of the Region objects in this document, keyed by their names.
        Returns:
        the region map