Class CMTimeRange


  • public final class CMTimeRange
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CMTime duration()
      [@field] start The start time of the time range.
      void setDuration​(CMTime value)
      [@field] start The start time of the time range.
      void setStart​(CMTime value)  
      CMTime start()  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CMTimeRange

        public CMTimeRange()
      • CMTimeRange

        protected CMTimeRange​(org.moe.natj.general.Pointer peer)
      • CMTimeRange

        public CMTimeRange​(CMTime start,
                           CMTime duration)
    • Method Detail

      • start

        public CMTime start()
      • setStart

        public void setStart​(CMTime value)
      • duration

        public CMTime duration()
        [@field] start The start time of the time range.
      • setDuration

        public void setDuration​(CMTime value)
        [@field] start The start time of the time range.