Xoetrope
HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Carousel logo

XSelectSvgArea

class com.xoetrope.svg.XSelectSvgArea

Select a region within an SVG imag and returns all elements contained within that region.

1. Constructor


public XSelectSvgArea( XSvgImageMap imageMap )

Constructor which takes a XSvgImageMap instance which provides the SVG image.

2. Methods


1. extractWithinBounds

public Vector extractWithinBounds( double x, double y, double width, double height )

Extract all elements within the specified bounds. The bounds are specified in double values.

2. extractAllChildren

private void extractAllChildren( Vector parents )

Private method used by this call to extract all elements from the SVG image.

There are no comments on this page. [Add comment]

Page was generated in 0.3834 seconds