Class AnnotationLinePointJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AnnotationFieldBaseJson
com.blackberry.workspaces.sdk.api.json.AnnotationPointJson
com.blackberry.workspaces.sdk.api.json.AnnotationLinePointJson
- All Implemented Interfaces:
Serializable
public class AnnotationLinePointJson extends AnnotationPointJson
A line end point
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AnnotationLinePointJson()
-
Method Summary
Modifier and Type Method Description AnnotationLineEndStyle
getStyle()
void
setStyle(AnnotationLineEndStyle style)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.AnnotationPointJson
getX, getY, setX, setY
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AnnotationLinePointJson
public AnnotationLinePointJson()
-
-
Method Details