Class sfntInstance


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

      Constructors 
      Modifier Constructor Description
        sfntInstance()  
        sfntInstance​(short nameID, short flags, int coord)  
      protected sfntInstance​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int coord()
      [axisCount] room to grow since the header carries a tupleSize field
      short flags()  
      short nameID()  
      void setCoord​(int value)
      [axisCount] room to grow since the header carries a tupleSize field
      void setFlags​(short value)  
      void setNameID​(short value)  
      • 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

      • sfntInstance

        public sfntInstance()
      • sfntInstance

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

        public sfntInstance​(short nameID,
                            short flags,
                            int coord)
    • Method Detail

      • nameID

        public short nameID()
      • setNameID

        public void setNameID​(short value)
      • flags

        public short flags()
      • setFlags

        public void setFlags​(short value)
      • coord

        public int coord()
        [axisCount] room to grow since the header carries a tupleSize field
      • setCoord

        public void setCoord​(int value)
        [axisCount] room to grow since the header carries a tupleSize field