mxgraph-map-fix
Version:
mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.
10 lines (9 loc) • 351 B
HTML
<HTML>
<BODY>
This package implements the graph component, represented by the mxGraph
class. The graph holds an mxGraphModel which contains mxCells and caches the
state of the cells in mxGraphView. The cells are painted using a canvas from
the canvas package. The style of the graph is represented by the mxStylesheet
class.
</BODY>
</HTML>