Class LineDocumentAnnotationJson
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.GeometricalObjectDocumentAnnotationJson
com.blackberry.workspaces.sdk.api.json.LineDocumentAnnotationJson
- All Implemented Interfaces:
Serializable
public class LineDocumentAnnotationJson extends GeometricalObjectDocumentAnnotationJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LineDocumentAnnotationJson()
-
Method Summary
Modifier and Type Method Description AnnotationLinePointJson
getBeginningPoint()
AnnotationLinePointJson
getEndPoint()
Integer
getLineWidth()
void
setBeginningPoint(AnnotationLinePointJson beginningPoint)
void
setEndPoint(AnnotationLinePointJson endPoint)
void
setLineWidth(Integer lineWidth)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.GeometricalObjectDocumentAnnotationJson
getGeomObjectColor, setGeomObjectColor
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
-
LineDocumentAnnotationJson
public LineDocumentAnnotationJson()
-
-
Method Details