public interface AttributeWritePosition extends AttributeReadPosition
position
of an object
(e.g. a window).Modifier and Type | Method and Description |
---|---|
void |
setPosition(double x,
double y)
This method sets the position of the object.
|
getPositionX, getPositionY
void setPosition(double x, double y)
x
- is the position on the x-axsis
(horizontal).y
- is the position on the y-axsis
(vertical).Copyright © 2001–2016 mmm-Team. All rights reserved.