Skip navigation links
A B C D E F G H I J K L M N O P R S T V W Y 

P

picture(double, double, String) - Static method in class princeton.introcs.StdDraw
Draw picture (gif, jpg, or png) centered on (x, y).
picture(double, double, String, double) - Static method in class princeton.introcs.StdDraw
Draw picture (gif, jpg, or png) centered on (x, y), rotated given number of degrees
picture(double, double, String, double, double) - Static method in class princeton.introcs.StdDraw
Draw picture (gif, jpg, or png) centered on (x, y), rescaled to w-by-h.
picture(double, double, String, double, double, double) - Static method in class princeton.introcs.StdDraw
Draw picture (gif, jpg, or png) centered on (x, y), rotated given number of degrees, rescaled to w-by-h.
PINK - Static variable in class princeton.introcs.StdDraw
 
point(double, double) - Static method in class princeton.introcs.StdDraw
Draw a point at (x, y).
Point2 - Class in eecs2030.lab4
A simple class for representing points in 2D Cartesian coordinates.
Point2() - Constructor for class eecs2030.lab4.Point2
Create a point with coordinates (0, 0).
Point2(double, double) - Constructor for class eecs2030.lab4.Point2
Create a point with coordinates (newX, newY).
Point2(Point2) - Constructor for class eecs2030.lab4.Point2
Create a point with the same coordinates as other.
polygon(double[], double[]) - Static method in class princeton.introcs.StdDraw
Draw a polygon with the given (x[i], y[i]) coordinates.
princeton.introcs - package princeton.introcs
 
A B C D E F G H I J K L M N O P R S T V W Y 
Skip navigation links