Class CABarBeatTime

  • All Implemented Interfaces:
    java.lang.Iterable<CABarBeatTime>

    public class CABarBeatTime
    extends org.robovm.rt.bro.Struct<CABarBeatTime>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CABarBeatTime.CABarBeatTimePtr  
      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct

        org.robovm.rt.bro.Struct.Marshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      CABarBeatTime()  
      CABarBeatTime​(int bar, short beat, short subbeat, short subbeatDivisor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBar()  
      short getBeat()  
      short getSubbeat()  
      short getSubbeatDivisor()  
      CABarBeatTime setBar​(int bar)  
      CABarBeatTime setBeat​(short beat)  
      CABarBeatTime setSubbeat​(short subbeat)  
      CABarBeatTime setSubbeatDivisor​(short subbeatDivisor)  
      • Methods inherited from class org.robovm.rt.bro.Struct

        _sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
      • Methods inherited from class org.robovm.rt.bro.NativeObject

        equals, getHandle, hashCode, setHandle
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • CABarBeatTime

        public CABarBeatTime()
      • CABarBeatTime

        public CABarBeatTime​(int bar,
                             short beat,
                             short subbeat,
                             short subbeatDivisor)
    • Method Detail

      • getBar

        public int getBar()
      • getBeat

        public short getBeat()
      • getSubbeat

        public short getSubbeat()
      • setSubbeat

        public CABarBeatTime setSubbeat​(short subbeat)
      • getSubbeatDivisor

        public short getSubbeatDivisor()
      • setSubbeatDivisor

        public CABarBeatTime setSubbeatDivisor​(short subbeatDivisor)