- getCenter() - Method in class cs1.android.Circle
-
Returns the center of this circle.
- getCenter() - Method in class cs1.android.Image
-
Returns the center of this image.
- getCenter() - Method in class cs1.android.Line
-
Returns the center of this line.
- getCenter() - Method in class cs1.android.Point
-
Returns center of this point.
- getCenter() - Method in class cs1.android.Rectangle
-
Returns the center of this rectangle.
- getCenter() - Method in class cs1.android.Shape
-
Returns the center of this shape.
- getCenter() - Method in class cs1.android.Square
-
Returns the center of this rectangle.
- getCenter() - Method in class cs1.android.Text
-
Returns the center of this text.
- getCenter() - Method in class cs1.android.Triangle
-
Returns the center of this triangle.
- getColor() - Method in class cs1.android.Shape
-
Returns the color of this shape.
- getColor() - Method in class cs1.android.Square
-
Returns the color of this square.
- getDx() - Method in class cs1.android.Fling
-
Returns the x-component of the fling direction.
- getDy() - Method in class cs1.android.Fling
-
Returns the y-component of the fling direction.
- getEnd() - Method in class cs1.android.Fling
-
Returns the point where the fling ended.
- getEndX() - Method in class cs1.android.Fling
-
Returns the x-coordinate where the fling ended.
- getEndY() - Method in class cs1.android.Fling
-
Returns the y-coordinate where the fling ended.
- getHeight() - Static method in class cs1.android.canvas
-
Returns the height of the canvas.
- getHeight() - Method in class cs1.android.Image
-
Returns the height of this image.
- getHeight() - Method in class cs1.android.Rectangle
-
Returns the height of this rectangle.
- getLabel() - Method in class cs1.android.Shape
-
Returns the label associated with this shape.
- getName() - Method in class cs1.android.Image
-
Returns the file name of this image.
- getP1() - Method in class cs1.android.Line
-
Returns the first point of this line.
- getP1() - Method in class cs1.android.Triangle
-
Returns the first vertex of this triangle.
- getP2() - Method in class cs1.android.Line
-
Returns the second point of this line.
- getP2() - Method in class cs1.android.Triangle
-
Returns the second vertex of this triangle.
- getP3() - Method in class cs1.android.Triangle
-
Returns the third vertex of this triangle.
- getPoint() - Method in class cs1.android.Touch
-
Returns the point location of this touch event.
- getRadius() - Method in class cs1.android.Circle
-
Returns the radius of this circle.
- getRandomColor() - Static method in class cs1.android.canvas
-
Returns a random color name.
- getShape() - Method in class cs1.android.Fling
-
Returns the shape over which this fling event occurred.
- getShape() - Method in class cs1.android.Touch
-
Returns the shape over which this touch event occurred.
- getSide() - Method in class cs1.android.Square
-
Returns the length of the side of this square.
- getStart() - Method in class cs1.android.Fling
-
Returns the point where the fling started.
- getStartX() - Method in class cs1.android.Fling
-
Returns the x-coordinate where the fling started.
- getStartY() - Method in class cs1.android.Fling
-
Returns the y-coordinate where the fling started.
- getTaps() - Method in class cs1.android.Touch
-
Returns the number of taps for this touch event.
- getText() - Method in class cs1.android.Text
-
Returns the string of this text.
- getVx() - Method in class cs1.android.Fling
-
Returns the x-component of the fling velocity.
- getVy() - Method in class cs1.android.Fling
-
Returns the y-component of the fling velocity.
- getWidth() - Static method in class cs1.android.canvas
-
Returns the width of the canvas.
- getWidth() - Method in class cs1.android.Image
-
Returns the width of this image.
- getWidth() - Method in class cs1.android.Rectangle
-
Returns the width of this rectangle.
- getX() - Method in class cs1.android.Point
-
Returns the x-coordinate of this point.
- getX() - Method in class cs1.android.Touch
-
Returns the x-coordinate of this touch event.
- getY() - Method in class cs1.android.Point
-
Returns the y-coordinate of this point.
- getY() - Method in class cs1.android.Touch
-
Returns the y-coordinate of this touch event.