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.
XPointSystem(XSvgImageMap imageMap) Creates a new instance of PointSystem
This class is used to convert points from the glasspane coordinate system to the svg coordinate system and vice-versa.
Creates a new instance of PointSystem
This class is used to convert points from the glasspane coordinate system to the svg coordinate system and vice-versa.
Converts a coordinate from the glasspane coordinate system to the svg map coordinate system.
Parameters: x - a double specifying the x coordinate to be converted. Parameters: y - a double specifying the y coordinate to be converted. Point2D object containing the converted coordinates.
Converts a coordinate from the svg map coordinate system to the glasspane coordinate system.
Parameters: x - a double specifying the x coordinate to be converted. Parameters: y - a double specifying the y coordinate to be converted. Point2D object containing the converted coordinates.