|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.genui.UIResource<IInsets>
javax.rad.genui.UIInsets
public class UIInsets
Platform and technology independent Insets.
Field Summary |
---|
Fields inherited from class javax.rad.genui.UIResource |
---|
uiResource |
Constructor Summary | |
---|---|
|
UIInsets()
Creates a new instance of UIInsets . |
protected |
UIInsets(IInsets pInsets)
Creates a new instance of UIInsets with the given
insets. |
|
UIInsets(int pTop,
int pLeft,
int pBottom,
int pRight)
Creates a new instance of UIInsets . |
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 class javax.rad.genui.UIResource |
---|
equals, getResource, getUIResource, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Constructor Detail |
---|
public UIInsets()
UIInsets
.
IInsets
protected UIInsets(IInsets pInsets)
UIInsets
with the given
insets.
pInsets
- the insetsIInsets
public UIInsets(int pTop, int pLeft, int pBottom, int pRight)
UIInsets
.
pTop
- the toppLeft
- the leftpBottom
- the bottompRight
- the rightIInsets
Method Detail |
---|
public int getLeft()
IInsets
.
getLeft
in interface IInsets
public void setLeft(int pLeft)
IInsets
.
setLeft
in interface IInsets
pLeft
- the left marginpublic int getRight()
IInsets
.
getRight
in interface IInsets
public void setRight(int pRight)
IInsets
.
setRight
in interface IInsets
pRight
- the right marginpublic int getTop()
IInsets
.
getTop
in interface IInsets
public void setTop(int pTop)
IInsets
.
setTop
in interface IInsets
pTop
- the top marginpublic int getBottom()
IInsets
.
getBottom
in interface IInsets
public void setBottom(int pBottom)
IInsets
.
setBottom
in interface IInsets
pBottom
- the bottom margin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |