Class AnchorPoint


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

      Constructors 
      Modifier Constructor Description
        AnchorPoint()  
        AnchorPoint​(short x, short y)  
      protected AnchorPoint​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setX​(short value)
      x coordinate of anchor point
      void setY​(short value)
      y coordinate of anchor point
      short x()
      x coordinate of anchor point
      short y()
      y coordinate of anchor point
      • 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

      • AnchorPoint

        public AnchorPoint()
      • AnchorPoint

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

        public AnchorPoint​(short x,
                           short y)
    • Method Detail

      • x

        public short x()
        x coordinate of anchor point
      • setX

        public void setX​(short value)
        x coordinate of anchor point
      • y

        public short y()
        y coordinate of anchor point
      • setY

        public void setY​(short value)
        y coordinate of anchor point