C D E G H M P S T 

P

point - Variable in class cse1030.test2.PointMatcher
The point stored by the PointMatcher
Point2D - Class in cse1030.drawing
A class that represents two dimensional points.
Point2D() - Constructor for class cse1030.drawing.Point2D
Creates a point with coordinates (0.0, 0.0).
Point2D(Point2D) - Constructor for class cse1030.drawing.Point2D
Creates a point that has the same coordinates as another point.
Point2D(double, double) - Constructor for class cse1030.drawing.Point2D
Creates a point with coordinates (x, y).
PointInSquare - Class in cse1030.test2
A class for finding two dimensional points that are strictly within a square neighbourhood surrounding a point.
PointInSquare(Point2D, double) - Constructor for class cse1030.test2.PointInSquare
Creates an object that matches all points strictly within a square neighbourhood surrounding the point p.
PointLeftOf - Class in cse1030.test2
A class for finding two dimensional points that are strictly to the left of a point.
PointLeftOf(Point2D) - Constructor for class cse1030.test2.PointLeftOf
Creates an object that matches all points that are strictly to the left of p.
PointMatcher - Class in cse1030.test2
A class for finding two dimensional points that match a point stored by a PointMatcher object.
PointMatcher(Point2D) - Constructor for class cse1030.test2.PointMatcher
Creates a PointMatcher object using the given point p.
C D E G H M P S T