Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
Modifier and Type | Method and Description |
---|---|
OMText |
OMDocument.createTextNode(String data)
Creates a new
OMText node and initializes it
with the specified data. |
OMText |
OMText.splitText(int offset)
Breaks this node into two nodes at the specified
offset ,
keeping both in the tree as siblings. |
Copyright © 2018. All Rights Reserved.