Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
contains(double x, double y) Checks whether a specified point is contained within the area.
Parameters: x - a double specifying the x-coordinate of the point. Parameters: y - a double specifying the y-coordinate of the point.
public boolean
contains(Point2D point) Checks whether a specified point is contained within the area.
Parameters: point - the Point2D being checked.
Add a point to the map area.
Parameters: x - a double specifying the x-coordinate of the point. Parameters: y - a double specifying the y-coordinate of the point.
Checks whether a specified point is contained within the area.
Parameters: x - a double specifying the x-coordinate of the point. Parameters: y - a double specifying the y-coordinate of the point. boolean specifying whether the point is contained within the area or not.
Checks whether a specified point is contained within the area.
Parameters: point - the Point2D being checked. boolean specifying whether the point is contained within the area or not.