- remove(CanvasObject) - Method in class comp102x.Canvas
-
Removes a specific CanvasObject instance that is added to the canvas.
- removeAll() - Method in class comp102x.Canvas
-
Removes all CanvasObject instances on the canvas.
- repaint() - Method in class comp102x.Canvas
-
Calls the repaint method of the inner panel.
- runRotateAnimation(int) - Method in class comp102x.CanvasObject
-
Runs a rotation animation on the canvas object.
- runScaleAnimation(double) - Method in class comp102x.CanvasObject
-
Runs a scale animation on the canvas object.