|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDimension
Platform and technology independent Dimension implementation.
Dimension
Method Summary | |
---|---|
int |
getHeight()
The height of the IDimension . |
int |
getWidth()
The width of the IDimension . |
void |
setHeight(int pHeight)
Sets the height of the IDimension . |
void |
setWidth(int pWidth)
Sets the width of the IDimension . |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Method Detail |
---|
int getWidth()
IDimension
.
void setWidth(int pWidth)
IDimension
.
pWidth
- the widthint getHeight()
IDimension
.
void setHeight(int pHeight)
IDimension
.
pHeight
- the height
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |