Class GeometricalObjectDocumentAnnotationJson
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CircleDocumentAnnotationJson
,LineDocumentAnnotationJson
,SquareDocumentAnnotationJson
public class GeometricalObjectDocumentAnnotationJson extends MarkupDocumentAnnotationJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeometricalObjectDocumentAnnotationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationColorJson
getGeomObjectColor()
void
setGeomObjectColor(AnnotationColorJson geomObjectColor)
-
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
-
getGeomObjectColor
public AnnotationColorJson getGeomObjectColor()
-
setGeomObjectColor
public void setGeomObjectColor(AnnotationColorJson geomObjectColor)
-
-