Class LineDocumentAnnotationJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentAnnotationJson
-
- com.blackberry.workspaces.api.sdk.json.MarkupDocumentAnnotationJson
-
- com.blackberry.workspaces.api.sdk.json.GeometricalObjectDocumentAnnotationJson
-
- com.blackberry.workspaces.api.sdk.json.LineDocumentAnnotationJson
-
- All Implemented Interfaces:
Serializable
public class LineDocumentAnnotationJson extends GeometricalObjectDocumentAnnotationJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineDocumentAnnotationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.api.sdk.json.GeometricalObjectDocumentAnnotationJson
getGeomObjectColor, setGeomObjectColor
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.MarkupDocumentAnnotationJson
getAnnotatorId, getOpacity, setAnnotatorId, setOpacity
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.DocumentAnnotationJson
getAnnotationColor, getAnnotationFlags, getAnnotationRectangle, getAnnotationType, getLastModificationDate, setAnnotationColor, setAnnotationFlags, setAnnotationRectangle, setAnnotationType, setLastModificationDate
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getEndPoint
public AnnotationLinePointJson getEndPoint()
-
setEndPoint
public void setEndPoint(AnnotationLinePointJson endPoint)
-
getLineWidth
public Integer getLineWidth()
-
setLineWidth
public void setLineWidth(Integer lineWidth)
-
getBeginningPoint
public AnnotationLinePointJson getBeginningPoint()
-
setBeginningPoint
public void setBeginningPoint(AnnotationLinePointJson beginningPoint)
-
-