Uses of Interface
org.loboevolution.html.dom.svg.SVGSVGElement
-
Uses of SVGSVGElement in org.loboevolution.html.dom.svg
Modifier and TypeMethodDescriptionSVGElement.getOwnerSVGElement()
getOwnerSVGElement.SVGDocument.getRootElement()
getRootElement.Modifier and TypeMethodDescriptionvoid
SVGElement.setOwnerSVGElement
(SVGSVGElement elem) setOwnerSVGElement. -
Uses of SVGSVGElement in org.loboevolution.html.dom.svgimpl
Modifier and TypeMethodDescriptionvoid
SVGElementImpl.setOwnerSVGElement
(SVGSVGElement ownerSvg) setOwnerSVGElement.ModifierConstructorDescriptionSVGViewBoxImpl
(SVGSVGElement svgElem, float svgX, float svgY, float svgWidth, float svgHeight, float svgR) Constructor for SVGViewBoxImpl.