Package apple.struct

Class Point


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

      Constructors 
      Modifier Constructor Description
        Point()  
        Point​(short v, short h)  
      protected Point​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short h()  
      void setH​(short value)  
      void setV​(short value)  
      short v()  
      • 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

      • Point

        public Point()
      • Point

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

        public Point​(short v,
                     short h)
    • Method Detail

      • v

        public short v()
      • setV

        public void setV​(short value)
      • h

        public short h()
      • setH

        public void setH​(short value)