Sets the x and y transformation of the DisplayObject and returns it.
x
y
GDisplayObject setPosition(double x, double y) { _x = x; _y = y; $setTransformationChanged(); return this; }