|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.util.Margins
public class Margins
Represents 4-side margins.
| Field Summary | |
|---|---|
int |
bottom
The bottom margin. |
int |
left
The left margin. |
int |
right
The right margin. |
int |
top
The top margin. |
| Constructor Summary | |
|---|---|
Margins()
Creates a new margins instance with 0 values for all sides. |
|
Margins(int margin)
Creates a new margins instance. |
|
Margins(int top,
int right,
int bottom,
int left)
Creates a new margin instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int left
public int right
public int top
public int bottom
| Constructor Detail |
|---|
public Margins()
public Margins(int margin)
margin - the margin value for all 4 sides.
public Margins(int top,
int right,
int bottom,
int left)
top - the top marginright - the right marginbottom - the bottom marginleft - the left margin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||