Package apple.struct

Class FixedPoint


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

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

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

      • FixedPoint

        public FixedPoint()
      • FixedPoint

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

        public FixedPoint​(int x,
                          int y)
    • Method Detail

      • x

        public int x()
      • setX

        public void setX​(int value)
      • y

        public int y()
      • setY

        public void setY​(int value)