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.
mxGraphViewHtmlReader | A display XML to HTML converter. |
Functions | |
mxGraphViewHtmlReader | Constructs a new HTML graph view reader. |
createCanvas | Returns the canvas to be used for rendering. |
convert | Creates the HTML markup for the given display XML string. |
convertFile | Creates the HTML markup for the given display XML file. |
Constructs a new HTML graph view reader.
function mxGraphViewHtmlReader()
Returns the canvas to be used for rendering.
function createCanvas( $attrs )
Creates the HTML markup for the given display XML string.
static function convert( $string, $background = null )
Creates the HTML markup for the given display XML file.
static function convertFile( $filename, $background = null )