|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.viewer.lightweight.Padding
| Constructor Summary | |
Padding()
|
|
Padding(int top,
int left,
int bottom,
int right)
|
|
Padding(Padding padding)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
void |
extendBottom(int pad)
Extend the padding on the bottom by the specified amount. |
void |
extendLeft(int pad)
Extend the padding on the left by the specified amount. |
void |
extendRight(int pad)
Extend the padding on the right by the specified amount. |
void |
extendTop(int pad)
Extend the padding on the top by the specified amount. |
int |
getBottom()
|
int |
getLeft()
|
int |
getLeftRight()
|
int |
getRight()
|
int |
getTop()
|
int |
getTopBottom()
|
void |
setBottom(int bottom)
|
void |
setLeft(int left)
|
void |
setRight(int right)
|
void |
setTop(int top)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Padding(int top,
int left,
int bottom,
int right)
public Padding()
public Padding(Padding padding)
| Method Detail |
public void setBottom(int bottom)
public int getBottom()
public void setLeft(int left)
public int getLeft()
public int getLeftRight()
public void setRight(int right)
public int getRight()
public void setTop(int top)
public int getTop()
public int getTopBottom()
public void extendBottom(int pad)
public void extendLeft(int pad)
public void extendRight(int pad)
public void extendTop(int pad)
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||