Uses of Interface
org.loboevolution.html.dom.svg.SVGSVGElement
Packages that use SVGSVGElement
-
Uses of SVGSVGElement in org.loboevolution.html.dom.svg
Methods in org.loboevolution.html.dom.svg that return SVGSVGElementModifier and TypeMethodDescriptionSVGElement.getOwnerSVGElement()
getOwnerSVGElement.SVGDocument.getRootElement()
getRootElement.Methods in org.loboevolution.html.dom.svg with parameters of type SVGSVGElementModifier and TypeMethodDescriptionvoid
SVGElement.setOwnerSVGElement
(SVGSVGElement elem) setOwnerSVGElement. -
Uses of SVGSVGElement in org.loboevolution.html.dom.svgimpl
Classes in org.loboevolution.html.dom.svgimpl that implement SVGSVGElementMethods in org.loboevolution.html.dom.svgimpl that return SVGSVGElementMethods in org.loboevolution.html.dom.svgimpl with parameters of type SVGSVGElementModifier and TypeMethodDescriptionvoid
SVGElementImpl.setOwnerSVGElement
(SVGSVGElement ownerSvg) setOwnerSVGElement.Constructors in org.loboevolution.html.dom.svgimpl with parameters of type SVGSVGElementModifierConstructorDescriptionSVGViewBoxImpl
(SVGSVGElement svgElem, float svgX, float svgY, float svgWidth, float svgHeight, float svgR) Constructor for SVGViewBoxImpl.