- setBackground(String) - Static method in class cs1.android.canvas
-
Changes the canvas background to the given color.
- setColor(String) - Method in class cs1.android.Shape
-
Changes the color of this shape.
- setColor(int) - Method in class cs1.android.Shape
-
Changes the color of this shape.
- setColor(int) - Method in class cs1.android.Square
-
Changes the color of this square.
- setLabel(String) - Method in class cs1.android.Shape
-
Changes the label of this shape.
- setShape(Shape) - Method in class cs1.android.Fling
-
Sets the shape over which this fling event occurred.
- setShape(Shape) - Method in class cs1.android.Touch
-
Sets the shape over which this touch event occurred.
- Shape - Class in cs1.android
-
Representation of a generic shape drawn on the canvas.
- Shape() - Constructor for class cs1.android.Shape
-
Creates a shape of default color and no label
- sleep(double) - Static method in class cs1.android.canvas
-
Pauses the application execution for the given number of seconds.
- Square - Class in cs1.android
-
Representation of a square drawn on the canvas.
- Square(double, double, double) - Constructor for class cs1.android.Square
-
Creates a square centered at the given coordinates with
the given side length and default color.
- Square(Point, double) - Constructor for class cs1.android.Square
-
Creates a square centered at the given point with
the given side length and default color.