C E G H L P S T W 

S

setX(double) - Method in class cse1030.drawing.Point2D
Set the x coordinate of the point.
setY(double) - Method in class cse1030.drawing.Point2D
Set the y coordinate of the point.
Shape - Class in cse1030.test2
An abstract base class for 2D shapes.
Shape() - Constructor for class cse1030.test2.Shape
Constructs a shape having a bounding box of width and height equal to zero, and center position (0, 0)
Shape(double, double, Point2D) - Constructor for class cse1030.test2.Shape
Constructs a shape having a bounding box with width w, height h, and center position p.
C E G H L P S T W