mxGraph Constructor |
| Name | Description | |
|---|---|---|
| mxGraph |
Constructs a new graph with an empty graph model.
| |
| mxGraph(mxIGraphModel) |
Constructs a new graph for the specified model. If no model is
specified, then a new, empty graph model is used.
| |
| mxGraph(mxStylesheet) |
Constructs a new graph for the specified model. If no model is
specified, then a new, empty graph model is used.
| |
| mxGraph(mxIGraphModel, mxStylesheet) |
Constructs a new graph for the specified model. If no model is
specified, then a new, empty graph model is used.
|