Class MarkupLocationJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AnnotationFieldBaseJson
com.blackberry.workspaces.sdk.api.json.MarkupLocationJson
- All Implemented Interfaces:
Serializable
public class MarkupLocationJson extends AnnotationFieldBaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MarkupLocationJson()
-
Method Summary
Modifier and Type Method Description AnnotationPointJson
getLowerLeftCorner()
AnnotationPointJson
getLowerRightCorner()
AnnotationPointJson
getUpperLeftCorner()
AnnotationPointJson
getUpperRightCorner()
void
setLowerLeftCorner(AnnotationPointJson lowerLeftCorner)
void
setLowerRightCorner(AnnotationPointJson lowerRightCorner)
void
setUpperLeftCorner(AnnotationPointJson upperLeftCorner)
void
setUpperRightCorner(AnnotationPointJson upperRightCorner)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
MarkupLocationJson
public MarkupLocationJson()
-
-
Method Details