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

Packages that use SVGRect
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.dom.svg   
org.w3c.dom.svg   
 

Uses of SVGRect in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge with parameters of type SVGRect
 java.util.List SVGSVGElementBridge.getIntersectionList(SVGRect svgRect, org.w3c.dom.Element end)
           
 java.util.List SVGSVGElementBridge.getEnclosureList(SVGRect svgRect, org.w3c.dom.Element end)
           
 boolean SVGSVGElementBridge.checkIntersection(org.w3c.dom.Element element, SVGRect svgRect)
           
 boolean SVGSVGElementBridge.checkEnclosure(org.w3c.dom.Element element, SVGRect svgRect)
           
 

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 SVGOMTextElement.getBBox()
          DOM: Implements SVGLocatable.getBBox().
static SVGRect SVGTextContentSupport.getExtentOfChar(org.w3c.dom.Element elt, int charnum)
          To implement SVGTextContentElement.getExtentOfChar(int charnum).
static SVGRect SVGLocatableSupport.getBBox(org.w3c.dom.Element elt)
          To implement SVGLocatable.getBBox().
 SVGRect SVGOMTextContentElement.getExtentOfChar(int charnum)
          DOM: Implements SVGTextContentElement.getExtentOfChar(int).
 SVGRect SVGGraphicsElement.getBBox()
          DOM: Implements SVGLocatable.getBBox().
 SVGRect SVGOMSVGElement.getViewport()
          DOM: Implements SVGSVGElement.getViewport().
 SVGRect SVGOMSVGElement.createSVGRect()
           
 SVGRect SVGOMSVGElement.getBBox()
          DOM: Implements SVGLocatable.getBBox().
 

Methods in org.apache.batik.dom.svg with parameters of type SVGRect
 java.util.List SVGSVGContext.getIntersectionList(SVGRect svgRect, org.w3c.dom.Element end)
          Returns a List of all the DOM elements that intersect svgRect that are below end in the rendering order.
 java.util.List SVGSVGContext.getEnclosureList(SVGRect rect, org.w3c.dom.Element end)
          Returns a List of all the DOM elements that are encosed in svgRect that are below end in the rendering order.
 boolean SVGSVGContext.checkIntersection(org.w3c.dom.Element element, SVGRect rect)
          Returns true if the given DOM element intersects svgRect.
 boolean SVGSVGContext.checkEnclosure(org.w3c.dom.Element element, SVGRect rect)
          Returns true if the given DOM element is enclosed in the 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 SVGLocatable.getBBox()
           
 SVGRect SVGAnimatedRect.getBaseVal()
           
 SVGRect SVGAnimatedRect.getAnimVal()
           
 SVGRect SVGTextContentElement.getExtentOfChar(int charnum)
           
 SVGRect SVGZoomEvent.getZoomRectScreen()
           
 SVGRect SVGSVGElement.getViewport()
           
 SVGRect SVGSVGElement.createSVGRect()
           
 

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 ? 2005 Apache Software Foundation. All Rights Reserved.