Class UIEdgeInsets

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

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

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

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

      Constructors 
      Constructor Description
      UIEdgeInsets()  
      UIEdgeInsets​(double top, double left, double bottom, double right)  
    • Constructor Detail

      • UIEdgeInsets

        public UIEdgeInsets()
      • UIEdgeInsets

        public UIEdgeInsets​(double top,
                            double left,
                            double bottom,
                            double right)
    • Method Detail

      • getTop

        public double getTop()
      • getLeft

        public double getLeft()
      • getBottom

        public double getBottom()
      • setBottom

        public UIEdgeInsets setBottom​(double bottom)
      • getRight

        public double getRight()
      • equalsTo

        public boolean equalsTo​(UIEdgeInsets 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​(UIEdgeInsets insets)
      • fromString

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