Uses of Class
org.vectomatic.dom.svg.OMText

Packages that use OMText
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
 

Uses of OMText in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg that return OMText
 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 © 2012. All Rights Reserved.