Uses of Interface
org.w3c.dom.svg.SVGRect

Packages that use SVGRect
org.w3c.dom.svg   
 

Uses of SVGRect in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGRect
 SVGRect SVGSVGElement.createSVGRect()
           
 SVGRect SVGAnimatedRect.getAnimVal()
           
 SVGRect SVGAnimatedRect.getBaseVal()
           
 SVGRect SVGLocatable.getBBox()
           
 SVGRect SVGTextContentElement.getExtentOfChar(int charnum)
           
 SVGRect SVGSVGElement.getViewport()
           
 SVGRect SVGZoomEvent.getZoomRectScreen()
           
 

Methods in org.w3c.dom.svg with parameters of type SVGRect
 boolean SVGSVGElement.checkEnclosure(SVGElement element, SVGRect rect)
           
 boolean SVGSVGElement.checkIntersection(SVGElement element, SVGRect rect)
           
 NodeList SVGSVGElement.getEnclosureList(SVGRect rect, SVGElement referenceElement)
           
 NodeList SVGSVGElement.getIntersectionList(SVGRect rect, SVGElement referenceElement)