Free Download - Stylus Studio, The World's Best XML IDE!


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

Packages that use SVGRect
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

Uses of SVGRect in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement SVGRect
 class SVGOMRect
           
 

Methods in org.apache.batik.dom.svg that return SVGRect
 SVGRect SVGOMTextContentElement.getExtentOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getExtentOfChar(int).
 SVGRect SVGOMTextElement.getBBox()
          DOM: Implements SVGLocatable.getBBox().
 SVGRect SVGGraphicsElement.getBBox()
          DOM: Implements SVGLocatable.getBBox().
 SVGRect SVGOMSVGElement.getViewport()
          DOM: Implements SVGSVGElement.getViewport().
 SVGRect SVGOMSVGElement.createSVGRect()
           
 SVGRect SVGOMSVGElement.getBBox()
          DOM: Implements SVGLocatable.getBBox().
static SVGRect SVGLocatableSupport.getBBox(org.w3c.dom.Element elt)
          To implement SVGLocatable.getBBox().
static SVGRect SVGTextContentSupport.getExtentOfChar(org.w3c.dom.Element elt, int charnum)
          To implement SVGTextContentElement.getExtentOfChar(int charnum).
 

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

Uses of SVGRect in org.w3c.dom.svg
 

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

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



Copyright © 2004 Apache Software Foundation. All Rights Reserved.
Hosted by Stylus Studio, the world's leading XML IDE - Download a free evaluation copy today.