Class ROTAGlyphEntry


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

      Constructors 
      Modifier Constructor Description
        ROTAGlyphEntry()  
        ROTAGlyphEntry​(short GlyphIndexOffset, short HBaselineOffset, short VBaselineOffset)  
      protected ROTAGlyphEntry​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short GlyphIndexOffset()  
      short HBaselineOffset()
      y offset to the rotated horizontal baseline
      void setGlyphIndexOffset​(short value)  
      void setHBaselineOffset​(short value)
      y offset to the rotated horizontal baseline
      void setVBaselineOffset​(short value)
      x offset to the rotated vertical baseline
      short VBaselineOffset()
      x offset to the rotated vertical baseline
      • 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

      • ROTAGlyphEntry

        public ROTAGlyphEntry()
      • ROTAGlyphEntry

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

        public ROTAGlyphEntry​(short GlyphIndexOffset,
                              short HBaselineOffset,
                              short VBaselineOffset)
    • Method Detail

      • GlyphIndexOffset

        public short GlyphIndexOffset()
      • setGlyphIndexOffset

        public void setGlyphIndexOffset​(short value)
      • HBaselineOffset

        public short HBaselineOffset()
        y offset to the rotated horizontal baseline
      • setHBaselineOffset

        public void setHBaselineOffset​(short value)
        y offset to the rotated horizontal baseline
      • VBaselineOffset

        public short VBaselineOffset()
        x offset to the rotated vertical baseline
      • setVBaselineOffset

        public void setVBaselineOffset​(short value)
        x offset to the rotated vertical baseline