- text(double, double, String) - Static method in class princeton.introcs.StdDraw
-
Write the given text string in the current font, centered on (x, y).
- text(double, double, String, double) - Static method in class princeton.introcs.StdDraw
-
Write the given text string in the current font, centered on (x, y) and
rotated by the specified number of degrees
- textLeft(double, double, String) - Static method in class princeton.introcs.StdDraw
-
Write the given text string in the current font, left-aligned at (x, y).
- textRight(double, double, String) - Static method in class princeton.introcs.StdDraw
-
Write the given text string in the current font, right-aligned at (x, y).
- toString() - Method in class eecs2030.lab4.Point2
-
Returns a string representation of this point.
- toString() - Method in class eecs2030.lab4.Vector2
-
Returns a string representation of the vector.