Class LightIdLayoutProp

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getBlockBits() the number of block bytes, in the range [3,23], empty by default.
      void setBlockBits(Integer blockBits) the number of block bytes, in the range [3,23], empty by default.
      Boolean getBlockFirst() sequence layout, whether Block precedes Sequence, empty by default.
      void setBlockFirst(Boolean blockFirst) sequence layout, whether Block precedes Sequence, empty by default.
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

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

      • LightIdLayoutProp

        LightIdLayoutProp()
    • Method Detail

      • getBlockBits

         Integer getBlockBits()

        the number of block bytes, in the range [3,23], empty by default. LightId is 9 by default, so 2^9=512 zones.

      • setBlockBits

         void setBlockBits(Integer blockBits)

        the number of block bytes, in the range [3,23], empty by default. LightId is 9 by default, so 2^9=512 zones.

      • getBlockFirst

         Boolean getBlockFirst()

        sequence layout, whether Block precedes Sequence, empty by default. LightId is true by default

      • setBlockFirst

         void setBlockFirst(Boolean blockFirst)

        sequence layout, whether Block precedes Sequence, empty by default. LightId is true by default