- get(int, int) - Method in class eecs2030.lab4.BlockGrid
-
Gets the state of a grid location using zero-based row and column indices.
- getFont() - Static method in class princeton.introcs.StdDraw
-
Get the current font.
- getPenColor() - Static method in class princeton.introcs.StdDraw
-
Get the current pen color.
- getPenRadius() - Static method in class princeton.introcs.StdDraw
-
Get the current pen radius.
- getPosition() - Method in class eecs2030.lab4.Block
-
Get the position on the playing field of the top-left corner of the
block's grid.
- getX() - Method in class eecs2030.lab4.Point2
-
Returns the x-coordinate of this point.
- getX() - Method in class eecs2030.lab4.Vector2
-
Returns the x component of the vector.
- getY() - Method in class eecs2030.lab4.Point2
-
Returns the y-coordinate of this point.
- getY() - Method in class eecs2030.lab4.Vector2
-
Returns the y component of the vector.
- GRAY - Static variable in class princeton.introcs.StdDraw
-
- GREEN - Static variable in class princeton.introcs.StdDraw
-