Class AnnotationLinePointJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.AnnotationFieldBaseJson
-
- com.blackberry.workspaces.api.sdk.json.AnnotationPointJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationLineEndStyle
getStyle()
void
setStyle(AnnotationLineEndStyle style)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.AnnotationPointJson
getX, getY, setX, setY
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getStyle
public AnnotationLineEndStyle getStyle()
-
setStyle
public void setStyle(AnnotationLineEndStyle style)
-
-