C D E F G I L M P R S T W X Y 

T

Text - Class in cs1.android
Representation of text drawn on the canvas.
Text(double, double, String) - Constructor for class cs1.android.Text
Creates text centered at the given coordinates in the default color and size.
Text(double, double, String, int) - Constructor for class cs1.android.Text
Creates text centered at the given coordinates in the default color and given size.
Text(Point, String) - Constructor for class cs1.android.Text
Creates text centered at the given point in the default color and size.
Text(Point, String, int) - Constructor for class cs1.android.Text
Creates text centered at the given point in the default color and given size.
Touch - Class in cs1.android
Representation of a touch event.
Touch(double, double, int) - Constructor for class cs1.android.Touch
Creates a touch given its coordinates and number of taps.
Triangle - Class in cs1.android
Representation of a triangle drawn on the canvas.
Triangle(double, double, double, double, double, double) - Constructor for class cs1.android.Triangle
Creates a triangle with the given vertex coordinates.
Triangle(Point, Point, Point) - Constructor for class cs1.android.Triangle
Creates a triangle with the given vertex points..
C D E F G I L M P R S T W X Y