Uses of Class
com.blackberry.workspaces.sdk.api.json.AnnotationLinePointJson
-
Packages that use AnnotationLinePointJson Package Description com.blackberry.workspaces.sdk.api.json -
-
Uses of AnnotationLinePointJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return AnnotationLinePointJson Modifier and Type Method Description AnnotationLinePointJson
LineDocumentAnnotationJson. getBeginningPoint()
AnnotationLinePointJson
LineDocumentAnnotationJson. getEndPoint()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type AnnotationLinePointJson Modifier and Type Method Description void
LineDocumentAnnotationJson. setBeginningPoint(AnnotationLinePointJson beginningPoint)
void
LineDocumentAnnotationJson. setEndPoint(AnnotationLinePointJson endPoint)
-