Class SFNTLookupSegment


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char firstGlyph()  
      char lastGlyph()  
      void setFirstGlyph​(char value)  
      void setLastGlyph​(char value)  
      void setValue​(char value)  
      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

      • SFNTLookupSegment

        public SFNTLookupSegment()
      • SFNTLookupSegment

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

        public SFNTLookupSegment​(char lastGlyph,
                                 char firstGlyph,
                                 char value)
    • Method Detail

      • lastGlyph

        public char lastGlyph()
      • setLastGlyph

        public void setLastGlyph​(char value)
      • firstGlyph

        public char firstGlyph()
      • setFirstGlyph

        public void setFirstGlyph​(char value)
      • value

        public char value()
      • setValue

        public void setValue​(char value)