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)
Indicates whether some other object is "equal to" this one.
|
int |
hashCode()
Returns a hash code value for the object.
|
void |
set(int top,
int left,
int bottom,
int right) |
String |
toString()
Returns a string representation of the object.
|
public int top
public int left
public int bottom
public int right
public int hashCode()
Object
public boolean equals(Object o)
Object
public String toString()
Object
public void set(int top, int left, int bottom, int right)