mxGraph 2.5.0.1


com.mxgraph.util
Class mxDomUtils

java.lang.Object
  extended by com.mxgraph.util.mxDomUtils

public class mxDomUtils
extends Object

Contains various DOM API helper methods for use with mxGraph.


Constructor Summary
mxDomUtils()
           
 
Method Summary
static Document createDocument()
          Returns a new, empty DOM document.
static Document createHtmlDocument()
          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 createVmlDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mxDomUtils

public mxDomUtils()
Method Detail

createDocument

public static Document createDocument()
Returns a new, empty DOM document.

Returns:
Returns a new DOM document.

createSvgDocument

public static Document createSvgDocument(int width,
                                         int height)
Creates a new SVG document for the given width and height.


createVmlDocument

public static Document createVmlDocument()

createHtmlDocument

public static Document createHtmlDocument()
Returns a document with a HTML node containing a HEAD and BODY node.


mxGraph 2.5.0.1


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.