|
|
java > java.awt > java.awt.insets >
Class: java.awt.Insets java.lang.Object java.awt.Insets
public class Insets extends Object implements Cloneable, Serializable
FIELDS:
public int bottom public int left public int right public int top |
|
|
|
CONSTRUCTORS:
| | | public | Insets(int top, int left, int bottom, int right) |
| |
|
|
|
METHODS:
| | | | public | Object | clone() Overrides: Object |
| | public | boolean | equals(Object obj) Overrides: Object |
| | public | int | hashCode() Overrides: Object |
| | public | void | set(int top, int left, int bottom, int right) |
| | public | String | toString() Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|