Class KerxSimpleArrayHeader


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int firstTable()
      first offset table starts here...
      int leftOffsetTable()
      offset to left-hand offset table
      int rightOffsetTable()
      offset to right-hand offset table
      int rowWidth()
      width, in bytes, of a row in the table
      void setFirstTable​(int value)
      first offset table starts here...
      void setLeftOffsetTable​(int value)
      offset to left-hand offset table
      void setRightOffsetTable​(int value)
      offset to right-hand offset table
      void setRowWidth​(int value)
      width, in bytes, of a row in the table
      void setTheArray​(int value)
      offset to start of kerning array
      int theArray()
      offset to start of kerning array
      • 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

      • KerxSimpleArrayHeader

        public KerxSimpleArrayHeader()
      • KerxSimpleArrayHeader

        protected KerxSimpleArrayHeader​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • rowWidth

        public int rowWidth()
        width, in bytes, of a row in the table
      • setRowWidth

        public void setRowWidth​(int value)
        width, in bytes, of a row in the table
      • leftOffsetTable

        public int leftOffsetTable()
        offset to left-hand offset table
      • setLeftOffsetTable

        public void setLeftOffsetTable​(int value)
        offset to left-hand offset table
      • rightOffsetTable

        public int rightOffsetTable()
        offset to right-hand offset table
      • setRightOffsetTable

        public void setRightOffsetTable​(int value)
        offset to right-hand offset table
      • theArray

        public int theArray()
        offset to start of kerning array
      • setTheArray

        public void setTheArray​(int value)
        offset to start of kerning array
      • firstTable

        public int firstTable()
        first offset table starts here...
      • setFirstTable

        public void setFirstTable​(int value)
        first offset table starts here...