public class Insets extends Object
| Constructor and Description |
|---|
Insets(int top,
int left,
int bottom,
int right) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object o) |
int |
hashCode() |
void |
set(int top,
int left,
int bottom,
int right) |
String |
toString() |
Copyright © 2022. All rights reserved.