public class MarkupLocationJson extends AnnotationFieldBaseJson
Constructor and Description |
---|
MarkupLocationJson() |
Modifier and Type | Method and 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) |
getObjType, setObjType, toString
public AnnotationPointJson getUpperLeftCorner()
public void setUpperLeftCorner(AnnotationPointJson upperLeftCorner)
public AnnotationPointJson getLowerLeftCorner()
public void setLowerLeftCorner(AnnotationPointJson lowerLeftCorner)
public AnnotationPointJson getUpperRightCorner()
public void setUpperRightCorner(AnnotationPointJson upperRightCorner)
public AnnotationPointJson getLowerRightCorner()
public void setLowerRightCorner(AnnotationPointJson lowerRightCorner)
Copyright © 2019. All rights reserved.