Class AVBeatRange


  • public final class AVBeatRange
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        AVBeatRange()  
        AVBeatRange​(double start, double length)  
      protected AVBeatRange​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double length()  
      void setLength​(double value)  
      void setStart​(double value)  
      double 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

      • AVBeatRange

        public AVBeatRange()
      • AVBeatRange

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

        public AVBeatRange​(double start,
                           double length)
    • Method Detail

      • start

        public double start()
      • setStart

        public void setStart​(double value)
      • length

        public double length()
      • setLength

        public void setLength​(double value)