Editor methods overview
| Name | Description |
|---|---|
| destructor() | Removes a diagram editor instance and releases occupied resources |
| import() | Imports data from an existing diagram into the editor |
| paint() | Repaints the editor |
| parse() | Loads data into the editor from a local data source |
| serialize() | Serializes the data of the editor into an array of JSON objects |
| zoomIn() | Zooms in the diagram |
| zoomOut() | Zooms out the diagram |