- length() - Method in class LineSegment
-
Method to compute the length of 'this' line segment.
- Line - Class in <Unnamed>
-
- Line(double, double) - Constructor for class Line
-
Constructor that accepts the slope and y intercept of the line.
- Line(Point, Point) - Constructor for class Line
-
Constructor that accepts two Points specifying a line
segment on the line.
- LineSegment - Class in <Unnamed>
-
- LineSegment(Point, Point) - Constructor for class LineSegment
-
Constructor that accepts the two endpoints of the line segment.
- LineSegmentsNotAdjacentException - Exception in <Unnamed>
-
- LineSegmentsNotAdjacentException(String) - Constructor for exception LineSegmentsNotAdjacentException
-
Constructor
- LineSegmentsNotPerpendicularException - Exception in <Unnamed>
-
- LineSegmentsNotPerpendicularException(String) - Constructor for exception LineSegmentsNotPerpendicularException
-
Constructor
- LineSegmentsUnequalException - Exception in <Unnamed>
-
- LineSegmentsUnequalException(String) - Constructor for exception LineSegmentsUnequalException
-
Constructor
- ls1 - Variable in class Rectangle
-
A Rectangle is defined by two line segments that have a common end-point.
- ls1 - Variable in class Square
-
A square is defined by two line segments that have a common end-point.
- ls2 - Variable in class Rectangle
-
A Rectangle is defined by two line segments that have a common end-point.
- ls2 - Variable in class Square
-
A square is defined by two line segments that have a common end-point.