|
||||||||||
| 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.WebPoint
public class WebPoint
Web server implementation of IPoint.
| Constructor Summary | |
|---|---|
WebPoint()
Creates a new instance of WebPoint. |
|
WebPoint(int pX,
int pY)
Creates a new instance of WebPoint with the given x and y. |
|
| Method Summary | |
|---|---|
String |
getAsString()
Gets this Object as String. |
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 |
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 |
| Constructor Detail |
|---|
public WebPoint()
WebPoint.
IPoint
public WebPoint(int pX,
int pY)
WebPoint with the given x and y.
pX - the x valuepY - the y valueIPoint| 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 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 | |||||||||