Class ArrowDocumentAnnotationJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentAnnotationJson
com.blackberry.workspaces.sdk.api.json.MarkupDocumentAnnotationJson
com.blackberry.workspaces.sdk.api.json.ArrowDocumentAnnotationJson
- All Implemented Interfaces:
Serializable
public class ArrowDocumentAnnotationJson extends MarkupDocumentAnnotationJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ArrowDocumentAnnotationJson()
-
Method Summary
Modifier and Type Method Description AnnotationPointJson
getBeginningPoint()
AnnotationPointJson
getEndPoint()
void
setBeginningPoint(AnnotationPointJson beginningPoint)
void
setEndPoint(AnnotationPointJson endPoint)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.MarkupDocumentAnnotationJson
getAnnotatorId, getOpacity, setAnnotatorId, setOpacity
Methods inherited from class com.blackberry.workspaces.sdk.api.json.DocumentAnnotationJson
getAnnotationColor, getAnnotationFlags, getAnnotationRectangle, getAnnotationType, getLastModificationDate, setAnnotationColor, setAnnotationFlags, setAnnotationRectangle, setAnnotationType, setLastModificationDate
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ArrowDocumentAnnotationJson
public ArrowDocumentAnnotationJson()
-
-
Method Details