- setP1(Point) - Method in class LineSegment
-
Setter to change the first endpoint
- setP2(Point) - Method in class LineSegment
-
Setter to change the first endpoint
- setSlope(double) - Method in class Line
-
A setter for the slope of the line.
- setX(double) - Method in class Point
-
Setter to change the x coordinate of the point
- setY(double) - Method in class Point
-
Setter to change the y coordinate of the point
- setyIntercept(double) - Method in class Line
-
A setter for the y intercept of the line.
- slope - Variable in class Line
-
A double value specifying the slope of the line.
- Square - Class in <Unnamed>
-
- Square(LineSegment, LineSegment) - Constructor for class Square
-
A constructor for the Square object.