Package com.mxgraph.util
Class mxDomUtils
java.lang.Object
com.mxgraph.util.mxDomUtils
Contains various DOM API helper methods for use with mxGraph.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Document
Returns a new, empty DOM document.static Document
Returns a document with a HTML node containing a HEAD and BODY node.static Document
createSvgDocument
(int width, int height) Creates a new SVG document for the given width and height.static Document
-
Constructor Details
-
mxDomUtils
public mxDomUtils()
-
-
Method Details
-
createDocument
Returns a new, empty DOM document.- Returns:
- Returns a new DOM document.
-
createSvgDocument
Creates a new SVG document for the given width and height. -
createVmlDocument
-
createHtmlDocument
Returns a document with a HTML node containing a HEAD and BODY node.
-