Example usage for Java java.awt Insets fields, constructors, methods, implement or subclass
The text is from its open source code.
Insets(int top, int left, int bottom, int right) Creates and initializes a new Insets object with the specified top, left, bottom, and right insets. |
boolean | equals(Object obj) Checks whether two insets objects are equal. |
void | set(int top, int left, int bottom, int right) Set top, left, bottom, and right to the specified values |