| java.lang.Object com.xoetrope.svg.XSelectSvgArea
XSelectSvgArea | public class XSelectSvgArea (Code) | | 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.
$Revision: 1.2 $
|
Method Summary | |
public Vector | extractWithinBounds(double x, double y, double width, double height) Method for extracting all svg elements within a bounded area. |
XSelectSvgArea | public XSelectSvgArea(XSvgImageMap imageMap)(Code) | | Creates a new instance of SelectSvgArea
Parameters: imageMap - XSvgImageMap instance used by this class for area selection. |
extractWithinBounds | public Vector extractWithinBounds(double x, double y, double width, double height)(Code) | | Method for extracting all svg elements within a bounded area.
Parameters: x - double specifying the x-coordinate of the bounding box. Parameters: y - double specifying the y-coordinate of the bounding box. Parameters: width - double specifying the width of the bounding box. Parameters: height - double specifying the height of the bounding box. |
|
|