public interface AdjustPointIf
| Modifier and Type | Method and Description |
|---|---|
String |
getX()
Gets the value of the x property.
|
String |
getY()
Gets the value of the y property.
|
boolean |
isSetX() |
boolean |
isSetY() |
void |
setX(String value)
Sets the value of the x property.
|
void |
setY(String value)
Sets the value of the y property.
|