Exemplo n.º 1
0
 /**
  * Class: mxGraphViewHtmlReader
  *
  * A display XML to HTML converter. This allows to create an image of a graph
  * without having to parse and create the graph model using the XML file
  * created for the mxGraphView object in the thin client.
  * 
  * Constructor: mxGraphViewHtmlReader
  *
  * Constructs a new HTML graph view reader.
  */
 function mxGraphViewHtmlReader()
 {
     parent::mxGraphViewImageReader();
 }