Class UIEdgeInsets

All Implemented Interfaces:
Iterable<UIEdgeInsets>

public class UIEdgeInsets
extends Struct<UIEdgeInsets>
  • Constructor Details

    • UIEdgeInsets

      public UIEdgeInsets()
    • UIEdgeInsets

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

    • getTop

      public double getTop()
    • setTop

      public UIEdgeInsets setTop​(double top)
    • getLeft

      public double getLeft()
    • setLeft

      public UIEdgeInsets setLeft​(double left)
    • getBottom

      public double getBottom()
    • setBottom

      public UIEdgeInsets setBottom​(double bottom)
    • getRight

      public double getRight()
    • setRight

      public UIEdgeInsets setRight​(double right)
    • equalsTo

      public boolean equalsTo​(UIEdgeInsets other)
    • equals

      public boolean equals​(Object obj)
      Overrides:
      equals in class NativeObject
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • Zero

      public static UIEdgeInsets Zero()
    • toString

      protected static String toString​(UIEdgeInsets insets)
    • fromString

      public static UIEdgeInsets fromString​(String string)