Package | Description |
---|---|
com.blackberry.workspaces.api.sdk.json |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationLinePointJson
A line end point
|
Modifier and Type | Method and Description |
---|---|
AnnotationPointJson |
ArrowDocumentAnnotationJson.getBeginningPoint() |
AnnotationPointJson |
ArrowDocumentAnnotationJson.getEndPoint() |
AnnotationPointJson |
MarkupLocationJson.getLowerLeftCorner() |
AnnotationPointJson |
AnnotationRectangleJson.getLowerLeftCorner()
Lower left corner
|
AnnotationPointJson |
MarkupLocationJson.getLowerRightCorner() |
AnnotationPointJson |
MarkupLocationJson.getUpperLeftCorner() |
AnnotationPointJson |
MarkupLocationJson.getUpperRightCorner() |
AnnotationPointJson |
AnnotationRectangleJson.getUpperRightCorner()
Upper right corner
|
Modifier and Type | Method and Description |
---|---|
List<AnnotationPointJson> |
FreeDrawnElementDocumentAnnotationJson.getStrokedPathPoints() |
Modifier and Type | Method and Description |
---|---|
void |
ArrowDocumentAnnotationJson.setBeginningPoint(AnnotationPointJson beginningPoint) |
void |
ArrowDocumentAnnotationJson.setEndPoint(AnnotationPointJson endPoint) |
void |
MarkupLocationJson.setLowerLeftCorner(AnnotationPointJson lowerLeftCorner) |
void |
AnnotationRectangleJson.setLowerLeftCorner(AnnotationPointJson lowerLeftCorner)
Lower left corner
|
void |
MarkupLocationJson.setLowerRightCorner(AnnotationPointJson lowerRightCorner) |
void |
MarkupLocationJson.setUpperLeftCorner(AnnotationPointJson upperLeftCorner) |
void |
MarkupLocationJson.setUpperRightCorner(AnnotationPointJson upperRightCorner) |
void |
AnnotationRectangleJson.setUpperRightCorner(AnnotationPointJson upperRightCorner)
Upper right corner
|
Modifier and Type | Method and Description |
---|---|
void |
FreeDrawnElementDocumentAnnotationJson.setStrokedPathPoints(List<AnnotationPointJson> strokedPathPoints) |
Copyright © 2019. All rights reserved.