Class Block

    • Field Detail

      • beginTime

        @Deprecated
        protected java.lang.Integer beginTime
        Deprecated.
      • endTime

        @Deprecated
        protected java.lang.Integer endTime
        Deprecated.
      • beginTimeLong

        protected long beginTimeLong
      • endTimeLong

        protected long endTimeLong
      • region

        protected java.lang.String region
    • Constructor Detail

      • Block

        public Block()
    • Method Detail

      • getBeginTime

        @Deprecated
        public int getBeginTime()
        Deprecated.
        Deprecated. Instead use {getBeginTimeLong()}
      • getBeginTimeLong

        public long getBeginTimeLong()
        The starting time of the element in milliseconds.
        Returns:
        the starting time in milliseconds
      • setBeginTime

        @Deprecated
        public void setBeginTime​(int beginTime)
        Deprecated.
        Deprecated. Instead use {setBeginTime(long)}
      • setBeginTime

        public void setBeginTime​(long beginTime)
        The starting time of the element in milliseconds.
        Parameters:
        beginTime - the starting time in milliseconds
      • getEndTime

        @Deprecated
        public int getEndTime()
        Deprecated.
        Deprecated. Instead use {getBeginTimeLong()}
      • getEndTimeLong

        public long getEndTimeLong()
        The ending time of the element in milliseconds.
        Returns:
        the ending time in milliseconds
      • setEndTime

        @Deprecated
        public void setEndTime​(int endTime)
        Deprecated.
        Deprecated. Instead use {setEndTime(long)}
      • setEndTime

        public void setEndTime​(long endTime)
        The ending time of the element in milliseconds.
        Parameters:
        endTime - the ending time in milliseconds
      • getRegion

        public java.lang.String getRegion()
        The region name for this timed-text element.
        Returns:
        the name of the Region
      • setRegion

        public void setRegion​(java.lang.String region)
        The region name for this timed-text element.
        Parameters:
        region - the name of the Region