Uses of Class
com.blackberry.workspaces.sdk.api.json.AnnotationPointJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.json |
-
Uses of AnnotationPointJson in com.blackberry.workspaces.sdk.api.json
Subclasses of AnnotationPointJson in com.blackberry.workspaces.sdk.api.json Modifier and Type Class Description class
AnnotationLinePointJson
A line end pointMethods in com.blackberry.workspaces.sdk.api.json that return AnnotationPointJson Modifier and Type Method Description AnnotationPointJson
ArrowDocumentAnnotationJson. getBeginningPoint()
AnnotationPointJson
ArrowDocumentAnnotationJson. getEndPoint()
AnnotationPointJson
AnnotationRectangleJson. getLowerLeftCorner()
Lower left cornerAnnotationPointJson
MarkupLocationJson. getLowerLeftCorner()
AnnotationPointJson
MarkupLocationJson. getLowerRightCorner()
AnnotationPointJson
MarkupLocationJson. getUpperLeftCorner()
AnnotationPointJson
AnnotationRectangleJson. getUpperRightCorner()
Upper right cornerAnnotationPointJson
MarkupLocationJson. getUpperRightCorner()
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type AnnotationPointJson Modifier and Type Method Description List<AnnotationPointJson>
FreeDrawnElementDocumentAnnotationJson. getStrokedPathPoints()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type AnnotationPointJson Modifier and Type Method Description void
ArrowDocumentAnnotationJson. setBeginningPoint(AnnotationPointJson beginningPoint)
void
ArrowDocumentAnnotationJson. setEndPoint(AnnotationPointJson endPoint)
void
AnnotationRectangleJson. setLowerLeftCorner(AnnotationPointJson lowerLeftCorner)
Lower left cornervoid
MarkupLocationJson. setLowerLeftCorner(AnnotationPointJson lowerLeftCorner)
void
MarkupLocationJson. setLowerRightCorner(AnnotationPointJson lowerRightCorner)
void
MarkupLocationJson. setUpperLeftCorner(AnnotationPointJson upperLeftCorner)
void
AnnotationRectangleJson. setUpperRightCorner(AnnotationPointJson upperRightCorner)
Upper right cornervoid
MarkupLocationJson. setUpperRightCorner(AnnotationPointJson upperRightCorner)
Method parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type AnnotationPointJson Modifier and Type Method Description void
FreeDrawnElementDocumentAnnotationJson. setStrokedPathPoints(List<AnnotationPointJson> strokedPathPoints)