Class FreeDrawnElementDocumentAnnotationJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.FreeDrawnElementDocumentAnnotationJson
- All Implemented Interfaces:
Serializable
public class FreeDrawnElementDocumentAnnotationJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FreeDrawnElementDocumentAnnotationJson()
-
Method Summary
Modifier and Type Method Description List<AnnotationPointJson>
getStrokedPathPoints()
void
setStrokedPathPoints(List<AnnotationPointJson> strokedPathPoints)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
FreeDrawnElementDocumentAnnotationJson
public FreeDrawnElementDocumentAnnotationJson()
-
-
Method Details