|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
List |
SVGSVGElementBridge.getIntersectionList(SVGRect svgRect,
Element end)
|
List |
SVGSVGElementBridge.getEnclosureList(SVGRect svgRect,
Element end)
|
boolean |
SVGSVGElementBridge.checkIntersection(Element element,
SVGRect svgRect)
|
boolean |
SVGSVGElementBridge.checkEnclosure(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 | |
static SVGRect |
SVGLocatableSupport.getBBox(Element elt)
To implement SVGLocatable.getBBox() . |
SVGRect |
SVGOMSVGElement.getViewport()
DOM: Implements SVGSVGElement.getViewport() . |
SVGRect |
SVGOMSVGElement.createSVGRect()
|
SVGRect |
SVGOMSVGElement.getBBox()
DOM: Implements SVGLocatable.getBBox() . |
SVGRect |
SVGOMTextElement.getBBox()
DOM: Implements SVGLocatable.getBBox() . |
static SVGRect |
SVGTextContentSupport.getExtentOfChar(Element elt,
int charnum)
To implement SVGTextContentElement.getExtentOfChar(int charnum) . |
SVGRect |
SVGGraphicsElement.getBBox()
DOM: Implements SVGLocatable.getBBox() . |
SVGRect |
SVGOMTextContentElement.getExtentOfChar(int charnum)
DOM: Implements SVGTextContentElement.getExtentOfChar(int) . |
Methods in org.apache.batik.dom.svg with parameters of type SVGRect | |
List |
SVGSVGContext.getIntersectionList(SVGRect svgRect,
Element end)
Returns a List of all the DOM elements that intersect svgRect that are below end in the rendering order. |
List |
SVGSVGContext.getEnclosureList(SVGRect rect,
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(Element element,
SVGRect rect)
Returns true if the given DOM element intersects svgRect. |
boolean |
SVGSVGContext.checkEnclosure(Element element,
SVGRect rect)
Returns true if the given DOM element is enclosed in the svgRect. |
NodeList |
SVGOMSVGElement.getIntersectionList(SVGRect rect,
SVGElement referenceElement)
|
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 |
SVGZoomEvent.getZoomRectScreen()
|
SVGRect |
SVGAnimatedRect.getBaseVal()
|
SVGRect |
SVGAnimatedRect.getAnimVal()
|
SVGRect |
SVGLocatable.getBBox()
|
SVGRect |
SVGTextContentElement.getExtentOfChar(int charnum)
|
SVGRect |
SVGSVGElement.getViewport()
|
SVGRect |
SVGSVGElement.createSVGRect()
|
Methods in org.w3c.dom.svg with parameters of type SVGRect | |
NodeList |
SVGSVGElement.getIntersectionList(SVGRect rect,
SVGElement referenceElement)
|
NodeList |
SVGSVGElement.getEnclosureList(SVGRect rect,
SVGElement referenceElement)
|
boolean |
SVGSVGElement.checkIntersection(SVGElement element,
SVGRect rect)
|
boolean |
SVGSVGElement.checkEnclosure(SVGElement element,
SVGRect rect)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |