|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInsets
Platform and technology independent Insets definition.
Insets
Method Summary | |
---|---|
int |
getBottom()
The bottom margin of the IInsets . |
int |
getLeft()
The left margin of the IInsets . |
int |
getRight()
The right margin of the IInsets . |
int |
getTop()
The top margin of the IInsets . |
void |
setBottom(int pBottom)
Sets the bottom margin of the IInsets . |
void |
setLeft(int pLeft)
Sets the left margin of the IInsets . |
void |
setRight(int pRight)
Sets the right margin of the IInsets . |
void |
setTop(int pTop)
Sets the top margin of the IInsets . |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Method Detail |
---|
int getLeft()
IInsets
.
void setLeft(int pLeft)
IInsets
.
pLeft
- the left marginint getRight()
IInsets
.
void setRight(int pRight)
IInsets
.
pRight
- the right marginint getTop()
IInsets
.
void setTop(int pTop)
IInsets
.
pTop
- the top marginint getBottom()
IInsets
.
void setBottom(int pBottom)
IInsets
.
pBottom
- the bottom margin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |