Class AnnotationPointJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.AnnotationFieldBaseJson
-
- com.blackberry.workspaces.api.sdk.json.AnnotationPointJson
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnnotationLinePointJson
public class AnnotationPointJson extends AnnotationFieldBaseJson
A single point- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnnotationPointJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getX()
X coordinateFloat
getY()
Y coordinatevoid
setX(Float x)
X coordinatevoid
setY(Float y)
Y coordinate-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-