Class Insets

java.lang.Object
com.codename1.ui.layouts.Insets

public class Insets extends Object
Port of Insets from Harmony for the use of the GridBag code
  • Field Details

    • top

      public int top
    • left

      public int left
    • bottom

      public int bottom
  • Constructor Details

    • Insets

      public Insets(int top, int left, int bottom, int right)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

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

      public void set(int top, int left, int bottom, int right)