|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.impl.WebResource
com.sibvisions.rad.ui.web.impl.WebRectangle
public class WebRectangle
Web server implementation of IRectangle.
| Constructor Summary | |
|---|---|
WebRectangle()
Creates a new instance of WebRectangle. |
|
WebRectangle(int pX,
int pY,
int pWidth,
int pHeight)
Creates a new instance of WebRectangle with the given x, y, width and height. |
|
| Method Summary | |
|---|---|
String |
getAsString()
Gets this Object as String. |
int |
getHeight()
The height of the IDimension. |
int |
getWidth()
The width of the IDimension. |
int |
getX()
The X coordinate of the upper-left corner of the IPoint. |
int |
getY()
The Y coordinate of the upper-left corner of the IPoint. |
void |
setAsString(String pValue)
Sets this Object as String. |
void |
setHeight(int pHeight)
Sets the height of the IDimension. |
void |
setWidth(int pWidth)
Sets the width of the IDimension. |
void |
setX(int pX)
Sets the x coordinate of the IPoint. |
void |
setY(int pY)
Sets the y coordinate of the IPoint. |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource |
|---|
getNullableAsString, getResource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Constructor Detail |
|---|
public WebRectangle()
WebRectangle.
IRectangle
public WebRectangle(int pX,
int pY,
int pWidth,
int pHeight)
WebRectangle with the given x, y, width and height.
pX - the x valuepY - the y valuepWidth - the widthpHeight - the heightIRectangle| Method Detail |
|---|
public String getAsString()
getAsString in class WebResourcepublic int getX()
IPoint.
getX in interface IPointpublic void setX(int pX)
IPoint.
setX in interface IPointpX - the x coordinatepublic int getY()
IPoint.
getY in interface IPointpublic void setY(int pY)
IPoint.
setY in interface IPointpY - the y coordinatepublic int getWidth()
IDimension.
getWidth in interface IDimensionpublic void setWidth(int pWidth)
IDimension.
setWidth in interface IDimensionpWidth - the widthpublic int getHeight()
IDimension.
getHeight in interface IDimensionpublic void setHeight(int pHeight)
IDimension.
setHeight in interface IDimensionpHeight - the heightpublic void setAsString(String pValue)
setAsString in class WebResourcepValue - the String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||