|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGElement | |
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 SVGElement in org.apache.batik.bridge |
Methods in org.apache.batik.bridge with parameters of type SVGElement | |
static java.lang.String |
SVGUtilities.getDescription(SVGElement elt)
Returns the content of the 'desc' child of the given element. |
Uses of SVGElement in org.apache.batik.dom.svg |
Methods in org.apache.batik.dom.svg with parameters of type SVGElement | |
SVGMatrix |
SVGGraphicsElement.getTransformToElement(SVGElement element)
DOM: Implements SVGLocatable.getTransformToElement(SVGElement) . |
SVGMatrix |
SVGOMTextElement.getTransformToElement(SVGElement element)
DOM: Implements SVGLocatable.getTransformToElement(SVGElement) . |
static SVGMatrix |
SVGLocatableSupport.getTransformToElement(SVGElement element,
Element elt)
To implement SVGLocatable.getTransformToElement(SVGElement) . |
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)
|
SVGMatrix |
SVGOMSVGElement.getTransformToElement(SVGElement element)
|
Uses of SVGElement in org.w3c.dom.svg |
Methods in org.w3c.dom.svg that return SVGElement | |
SVGElement |
SVGElement.getViewportElement()
|
SVGElement |
SVGAnimationElement.getTargetElement()
|
SVGElement |
SVGViewSpec.getViewTarget()
|
SVGElement |
SVGElementInstance.getCorrespondingElement()
|
SVGElement |
SVGLocatable.getNearestViewportElement()
|
SVGElement |
SVGLocatable.getFarthestViewportElement()
|
Methods in org.w3c.dom.svg with parameters of type SVGElement | |
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)
|
SVGMatrix |
SVGLocatable.getTransformToElement(SVGElement element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |