public class CmsPoint extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
CmsPoint()
Empty default constructor for serialization.
|
|
CmsPoint(double x,
double y)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getX()
Gets the x coordinate.
|
double |
getY()
Gets the y coordinate.
|
java.lang.String |
toString() |