Class AnchorPointTable


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int nPoints()
      number of anchor points defined for this glyph
      AnchorPoint points()
      first anchor point starts here
      void setNPoints​(int value)
      number of anchor points defined for this glyph
      void setPoints​(AnchorPoint value)
      first anchor point starts here
      • 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

      • AnchorPointTable

        public AnchorPointTable()
      • AnchorPointTable

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

        public AnchorPointTable​(int nPoints,
                                AnchorPoint points)
    • Method Detail

      • nPoints

        public int nPoints()
        number of anchor points defined for this glyph
      • setNPoints

        public void setNPoints​(int value)
        number of anchor points defined for this glyph
      • points

        public AnchorPoint points()
        first anchor point starts here
      • setPoints

        public void setPoints​(AnchorPoint value)
        first anchor point starts here