- move(int, int) - Method in class CS2114.Shape
-
Changes the Shape's location by the indicated amounts.
- moveTo(int, int) - Method in class CS2114.Shape
-
Sets the Shape's location to be the indicated indices.
- moveToBack(Shape) - Method in class CS2114.Window
-
Changes the z-order of shapes, moving s behind all other shapes.
- moveToFront(Shape) - Method in class CS2114.Window
-
Changes the z-order of shapes, moving s to the front of all other shapes.