Class MarkupLocationJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.AnnotationFieldBaseJson
-
- com.blackberry.workspaces.api.sdk.json.MarkupLocationJson
-
- All Implemented Interfaces:
Serializable
public class MarkupLocationJson extends AnnotationFieldBaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarkupLocationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getUpperLeftCorner
public AnnotationPointJson getUpperLeftCorner()
-
setUpperLeftCorner
public void setUpperLeftCorner(AnnotationPointJson upperLeftCorner)
-
getLowerLeftCorner
public AnnotationPointJson getLowerLeftCorner()
-
setLowerLeftCorner
public void setLowerLeftCorner(AnnotationPointJson lowerLeftCorner)
-
getUpperRightCorner
public AnnotationPointJson getUpperRightCorner()
-
setUpperRightCorner
public void setUpperRightCorner(AnnotationPointJson upperRightCorner)
-
getLowerRightCorner
public AnnotationPointJson getLowerRightCorner()
-
setLowerRightCorner
public void setLowerRightCorner(AnnotationPointJson lowerRightCorner)
-
-