Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
org.vectomatic.dom.svg.impl |
libgwtsvg implementation classes, not to be accessed directly.
|
Modifier and Type | Method and Description |
---|---|
OMSVGElementInstance |
OMSVGUseElement.getAnimatedInstanceRoot()
If the
xlink:href attribute is being animated, contains the
current animated root of the "instance tree". |
OMSVGElementInstance |
OMSVGElementInstance.getFirstChild()
The first child of this
OMSVGElementInstance
within the instance tree. |
OMSVGElementInstance |
OMSVGUseElement.getInstanceRoot()
The root of the "instance tree".
|
OMSVGElementInstance |
OMSVGElementInstance.getLastChild()
The last child of this
OMSVGElementInstance
within the instance tree. |
OMSVGElementInstance |
OMSVGElementInstance.getNextSibling()
The
OMSVGElementInstance immediately following
this OMSVGElementInstance . |
OMSVGElementInstance |
OMSVGElementInstance.getParentNode()
The parent of this
OMSVGElementInstance
within the instance tree. |
OMSVGElementInstance |
OMSVGElementInstance.getPreviousSibling()
The
OMSVGElementInstance immediately preceding
this OMSVGElementInstance . |
OMSVGElementInstance |
OMSVGElementInstanceList.item(int index)
Returns the indexth item in the collection.
|
Modifier and Type | Method and Description |
---|---|
OMSVGElementInstance |
SVGUseElement.getAnimatedInstanceRoot()
If the
xlink:href attribute is being animated, contains the
current animated root of the "instance tree". |
OMSVGElementInstance |
SVGUseElement.getInstanceRoot()
The root of the "instance tree".
|
Copyright © 2018. All Rights Reserved.