- readChar(String) - Static method in class cs1.android.canvas
-
Blocks with a keypad dialog box waiting for single character input.
- readFloat(String) - Static method in class cs1.android.canvas
-
Blocks with a keypad dialog box waiting for floating-point input.
- readInt(String) - Static method in class cs1.android.canvas
-
Blocks with a keypad dialog box waiting for integer input.
- readSelection(String, String...) - Static method in class cs1.android.canvas
-
Blocks with a list dialog box waiting for a string selection.
- readSelection(String, Integer...) - Static method in class cs1.android.canvas
-
Blocks with a list dialog box waiting for an integer selection.
- readSelection(String, Float...) - Static method in class cs1.android.canvas
-
Blocks with a list dialog box waiting for a float selection.
- readString(String) - Static method in class cs1.android.canvas
-
Blocks with a keypad dialog box waiting for text input.
- Rectangle - Class in cs1.android
-
Representation of a rectangle drawn on the canvas.
- Rectangle(double, double, double, double) - Constructor for class cs1.android.Rectangle
-
Creates a rectangle centered at the given coordinates with
the given dimensions and default color.
- Rectangle(Point, double, double) - Constructor for class cs1.android.Rectangle
-
Creates a rectangle centered at the given point with
the given dimensions and default color.