Class Insets
java.lang.Object
com.codename1.ui.layouts.Insets
Port of Insets from Harmony for the use of the GridBag code
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
top
public int top -
left
public int left -
bottom
public int bottom -
right
public int right
-
-
Constructor Details
-
Insets
public Insets(int top, int left, int bottom, int right)
-
-
Method Details
-
hashCode
-
clone
-
equals
-
toString
-
set
public void set(int top, int left, int bottom, int right)
-