Interface Position
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PositionImpl
The Interface Position.
-
Method Summary
-
Method Details
-
getX
double getX()Gets the x.- Returns:
- the x
-
setX
void setX(double x) Sets the x.- Parameters:
x- the new x
-
getY
double getY()Gets the y.- Returns:
- the y
-
setY
void setY(double y) Sets the y.- Parameters:
y- the new y
-
getW
double getW()Gets the w.- Returns:
- the w
-
setW
void setW(double w) Sets the w.- Parameters:
w- the new w
-
getH
double getH()Gets the h.- Returns:
- the h
-
setH
void setH(double h) Sets the h.- Parameters:
h- the new h
-