Class STClassTable


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

      Constructors 
      Modifier Constructor Description
        STClassTable()  
        STClassTable​(char firstGlyph, char nGlyphs, byte classes)  
      protected STClassTable​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte classes()  
      char firstGlyph()  
      char nGlyphs()  
      void setClasses​(byte value)  
      void setFirstGlyph​(char value)  
      void setNGlyphs​(char 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

      • STClassTable

        public STClassTable()
      • STClassTable

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

        public STClassTable​(char firstGlyph,
                            char nGlyphs,
                            byte classes)
    • Method Detail

      • firstGlyph

        public char firstGlyph()
      • setFirstGlyph

        public void setFirstGlyph​(char value)
      • nGlyphs

        public char nGlyphs()
      • setNGlyphs

        public void setNGlyphs​(char value)
      • classes

        public byte classes()
      • setClasses

        public void setClasses​(byte value)