public class mxDomUtils
extends java.lang.Object
Constructor | Description |
---|---|
mxDomUtils() |
Modifier and Type | Method | Description |
---|---|---|
static org.w3c.dom.Document |
createDocument() |
Returns a new, empty DOM document.
|
static org.w3c.dom.Document |
createHtmlDocument() |
Returns a document with a HTML node containing a HEAD and BODY node.
|
static org.w3c.dom.Document |
createSvgDocument(int width,
int height) |
Creates a new SVG document for the given width and height.
|
static org.w3c.dom.Document |
createVmlDocument() |
public static org.w3c.dom.Document createDocument()
public static org.w3c.dom.Document createSvgDocument(int width, int height)
public static org.w3c.dom.Document createVmlDocument()
public static org.w3c.dom.Document createHtmlDocument()
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.