public class SVGElement
extends com.google.gwt.dom.client.Element
SVGPathElement
interface for the path element) derive from the SVGElement interface.| Modifier | Constructor and Description |
|---|---|
protected |
SVGElement() |
| Modifier and Type | Method and Description |
|---|---|
OMSVGAnimatedString |
getClassName_() |
String |
getMarkup() |
SVGSVGElement |
getOwnerSVGElement()
The nearest ancestor svg element.
|
SVGElement |
getViewportElement()
The element which established the current viewport.
|
String |
getXmlbase()
Corresponds to attribute
xml:base on the given element. |
void |
setXmlbase(String value)
Corresponds to attribute
xml:base on the given element. |
addClassName, as, as, blur, dispatchEvent, focus, getAbsoluteBottom, getAbsoluteLeft, getAbsoluteRight, getAbsoluteTop, getAttribute, getClassName, getClientHeight, getClientWidth, getDir, getDraggable, getElementsByTagName, getFirstChildElement, getId, getInnerHTML, getInnerText, getLang, getNextSiblingElement, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getPreviousSiblingElement, getPropertyBoolean, getPropertyDouble, getPropertyInt, getPropertyJSO, getPropertyObject, getPropertyString, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getString, getStyle, getTabIndex, getTagName, getTitle, hasAttribute, hasClassName, hasTagName, is, is, removeAttribute, removeClassName, replaceClassName, scrollIntoView, setAttribute, setClassName, setDir, setDraggable, setId, setInnerHTML, setInnerSafeHtml, setInnerText, setLang, setPropertyBoolean, setPropertyDouble, setPropertyInt, setPropertyJSO, setPropertyObject, setPropertyString, setScrollLeft, setScrollTop, setTabIndex, setTitle, toggleClassNameappendChild, cloneNode, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, hasChildNodes, hasParentElement, insertAfter, insertBefore, insertFirst, isOrHasChild, removeAllChildren, removeChild, removeFromParent, replaceChild, setNodeValuepublic final String getXmlbase()
xml:base on the given element.public final void setXmlbase(String value) throws com.google.gwt.core.client.JavaScriptException
xml:base on the given element.DOMException(NO_MODIFICATION_ALLOWED_ERR) - Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptExceptionpublic final SVGSVGElement getOwnerSVGElement()
public final SVGElement getViewportElement()
public final OMSVGAnimatedString getClassName_()
public final String getMarkup()
Copyright © 2018. All Rights Reserved.