Class MPSOffset


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setX​(long value)
      < The horizontal component of the offset.
      void setY​(long value)
      < The vertical component of the offset.
      void setZ​(long value)
      < The depth component of the offset.
      long x()
      < The horizontal component of the offset.
      long y()
      < The vertical component of the offset.
      long z()
      < The depth component of the offset.
      • 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

      • MPSOffset

        public MPSOffset()
      • MPSOffset

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

        public MPSOffset​(long x,
                         long y,
                         long z)
    • Method Detail

      • x

        public long x()
        < The horizontal component of the offset. Units: pixels
      • setX

        public void setX​(long value)
        < The horizontal component of the offset. Units: pixels
      • y

        public long y()
        < The vertical component of the offset. Units: pixels
      • setY

        public void setY​(long value)
        < The vertical component of the offset. Units: pixels
      • z

        public long z()
        < The depth component of the offset. Units: pixels
      • setZ

        public void setZ​(long value)
        < The depth component of the offset. Units: pixels