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.

Summary
mxGraphViewHtmlReaderA display XML to HTML converter.
Functions
mxGraphViewHtmlReaderConstructs a new HTML graph view reader.
createCanvasReturns the canvas to be used for rendering.
convertCreates the HTML markup for the given display XML string.
convertFileCreates the HTML markup for the given display XML file.

Functions

mxGraphViewHtmlReader

function mxGraphViewHtmlReader()

Constructs a new HTML graph view reader.

createCanvas

function createCanvas($attrs)

Returns the canvas to be used for rendering.

convert

static function convert($string,  
$background =  null)

Creates the HTML markup for the given display XML string.

convertFile

static function convertFile($filename,  
$background =  null)

Creates the HTML markup for the given display XML file.

function mxGraphViewHtmlReader()
Constructs a new HTML graph view reader.
function createCanvas($attrs)
Returns the canvas to be used for rendering.
static function convert($string,  
$background =  null)
Creates the HTML markup for the given display XML string.
static function convertFile($filename,  
$background =  null)
Creates the HTML markup for the given display XML file.
Close