Class UIOffset


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

      Constructors 
      Modifier Constructor Description
        UIOffset()  
        UIOffset​(double horizontal, double vertical)  
      protected UIOffset​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double horizontal()
      specify amount to offset a position, positive for right or down, negative for left or up
      void setHorizontal​(double value)
      specify amount to offset a position, positive for right or down, negative for left or up
      void setVertical​(double value)
      specify amount to offset a position, positive for right or down, negative for left or up
      double vertical()
      specify amount to offset a position, positive for right or down, negative for left or up
      • 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

      • UIOffset

        public UIOffset()
      • UIOffset

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

        public UIOffset​(double horizontal,
                        double vertical)
    • Method Detail

      • horizontal

        public double horizontal()
        specify amount to offset a position, positive for right or down, negative for left or up
      • setHorizontal

        public void setHorizontal​(double value)
        specify amount to offset a position, positive for right or down, negative for left or up
      • vertical

        public double vertical()
        specify amount to offset a position, positive for right or down, negative for left or up
      • setVertical

        public void setVertical​(double value)
        specify amount to offset a position, positive for right or down, negative for left or up