Fields
Name | Description |
---|---|
bottom | The inset from the bottom. |
left | The inset from the left. |
right | The inset from the right. |
top | The inset from the top. |
Constructors
Name | Description |
---|---|
Insets(int, int, int, int) | Creates and initializes a new Insets object with the specified top, left, bottom, and right insets. |
Methods
Name | Description |
---|---|
clone() | Create a copy of this object. |
equals(Object) | Checks whether two insets objects are equal. |
toString() | Returns a String object representing this Insets object's values. |