| Modifier and Type | Class and Description |
|---|---|
class |
MXEditor
Fujion wrapper for mxEditor component.
|
| Modifier and Type | Method and Description |
|---|---|
MXGraph |
MXCell.getGraph()
Returns the containing graph.
|
| Constructor and Description |
|---|
MXCell(MXGraph graph,
Element node) |
MXCell(MXGraph graph,
String value,
String style) |
MXEdge(MXGraph graph,
Element node) |
MXEdge(MXGraph graph,
String value,
String style,
MXVertex source,
MXVertex target)
Creates an edge within the specified graph.
|
MXVertex(MXGraph graph,
Element node) |
MXVertex(MXGraph graph,
String value,
int x,
int y,
int width,
int height,
String style,
boolean relative) |
Copyright © 2023 Fujion Framework. All rights reserved.