Class UIOffset

  • All Implemented Interfaces:
    java.lang.Iterable<UIOffset>

    public class UIOffset
    extends org.robovm.rt.bro.Struct<UIOffset>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  UIOffset.UIOffsetPtr  
      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct

        org.robovm.rt.bro.Struct.Marshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      UIOffset()  
      UIOffset​(double horizontal, double vertical)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      boolean equalsTo​(UIOffset other)  
      static UIOffset fromString​(java.lang.String string)  
      double getHorizontal()  
      double getVertical()  
      UIOffset setHorizontal​(double horizontal)  
      UIOffset setVertical​(double vertical)  
      java.lang.String toString()  
      protected static java.lang.String toString​(UIOffset offset)  
      static UIOffset Zero()  
      • Methods inherited from class org.robovm.rt.bro.Struct

        _sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
      • Methods inherited from class org.robovm.rt.bro.NativeObject

        getHandle, hashCode, setHandle
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • UIOffset

        public UIOffset()
      • UIOffset

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

      • getHorizontal

        public double getHorizontal()
      • setHorizontal

        public UIOffset setHorizontal​(double horizontal)
      • getVertical

        public double getVertical()
      • setVertical

        public UIOffset setVertical​(double vertical)
      • equalsTo

        public boolean equalsTo​(UIOffset other)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class org.robovm.rt.bro.NativeObject
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        protected static java.lang.String toString​(UIOffset offset)
      • fromString

        public static UIOffset fromString​(java.lang.String string)