|
||||||||||
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.apache.batik.extension | This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). |
org.apache.batik.extension.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 |
SVGOMTextElement.getTransformToElement(SVGElement element)
DOM: Implements SVGLocatable.getTransformToElement(SVGElement) . |
SVGMatrix |
SVGGraphicsElement.getTransformToElement(SVGElement element)
DOM: Implements SVGLocatable.getTransformToElement(SVGElement) . |
static SVGMatrix |
SVGLocatableSupport.getTransformToElement(Element elt,
SVGElement element)
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)
DOM: Implements SVGLocatable.getTransformToElement(SVGElement) . |
Uses of SVGElement in org.apache.batik.extension |
Classes in org.apache.batik.extension that implement SVGElement | |
class |
ExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument. |
class |
PrefixableStylableExtensionElement
This class implements a simple method for handling the node 'prefix'. |
class |
StylableExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument, and the support for both the 'style' attribute and the style attributes (ie: fill="red", ...). |
Uses of SVGElement in org.apache.batik.extension.svg |
Classes in org.apache.batik.extension.svg that implement SVGElement | |
class |
BatikHistogramNormalizationElement
This class implements a histogram normalization extension to SVG. |
class |
BatikMultiImageElement
This class implements a multiImage extension to SVG. |
class |
BatikRegularPolygonElement
This class implements a regular polygon extension to SVG |
class |
BatikStarElement
This class implements a star shape extension to sVG |
class |
ColorSwitchElement
This class implements a regular polygon extension to SVG |
class |
FlowDivElement
This class implements a regular polygon extension to SVG |
class |
FlowLineElement
This class implements a regular polygon extension to SVG |
class |
FlowParaElement
This class implements a regular polygon extension to SVG |
class |
FlowRegionBreakElement
This class implements a regular polygon extension to SVG |
class |
FlowSpanElement
This class implements a regular polygon extension to SVG |
class |
FlowTextElement
This class implements a regular polygon extension to SVG |
class |
SolidColorElement
This class implements a regular polygon extension to SVG |
Uses of SVGElement in org.w3c.dom.svg |
Methods in org.w3c.dom.svg that return SVGElement | |
SVGElement |
SVGElement.getViewportElement()
|
SVGElement |
SVGLocatable.getNearestViewportElement()
|
SVGElement |
SVGLocatable.getFarthestViewportElement()
|
SVGElement |
SVGViewSpec.getViewTarget()
|
SVGElement |
SVGElementInstance.getCorrespondingElement()
|
SVGElement |
SVGAnimationElement.getTargetElement()
|
Methods in org.w3c.dom.svg with parameters of type SVGElement | |
SVGMatrix |
SVGLocatable.getTransformToElement(SVGElement element)
|
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 |