- get(Element, String, Class<T>) - Static method in class org.fujion.mxgraph.MXUtil
-
- get(Element, String, Class<T>, T) - Static method in class org.fujion.mxgraph.MXUtil
-
- getAllowDanglingEdges() - Method in class org.fujion.mxgraph.MXGraph
-
Returns true if dangling edges are allowed.
- getContent() - Method in class org.fujion.mxgraph.MXGraph
-
Returns the graph as an XML-formatted string.
- getData() - Method in class org.fujion.mxgraph.MXCell
-
Returns an arbitrary object associated with this cell.
- getDisconnectOnMove() - Method in class org.fujion.mxgraph.MXGraph
-
Returns true if disconnect on move is allowed.
- getEdge(String) - Method in class org.fujion.mxgraph.MXGraph
-
- getEdges() - Method in class org.fujion.mxgraph.MXGraph
-
- getGeometry() - Method in class org.fujion.mxgraph.MXVertex
-
Returns the geometry for the vertex.
- getGraph() - Method in class org.fujion.mxgraph.MXCell
-
Returns the containing graph.
- getGridEnabled() - Method in class org.fujion.mxgraph.MXGraph
-
Returns true if the grid is enabled.
- getGridSize() - Method in class org.fujion.mxgraph.MXGraph
-
Returns the grid size in pixels.
- getId() - Method in class org.fujion.mxgraph.MXCell
-
Returns the id that is unique across all cells within the containing graph.
- getPanning() - Method in class org.fujion.mxgraph.MXGraph
-
Returns true if panning is enabled.
- getSource() - Method in class org.fujion.mxgraph.MXEdge
-
Returns the source vertex.
- getStyle() - Method in class org.fujion.mxgraph.MXCell
-
Returns the style settings for the cell.
- getTarget() - Method in class org.fujion.mxgraph.MXEdge
-
Returns the target vertex.
- getTooltips() - Method in class org.fujion.mxgraph.MXGraph
-
Returns true if tooltips are enabled.
- getValue() - Method in class org.fujion.mxgraph.MXCell
-
Returns the label value for the cell.
- getVertex(String) - Method in class org.fujion.mxgraph.MXGraph
-
- getVertices() - Method in class org.fujion.mxgraph.MXGraph
-
- setAllowDanglingEdges(boolean) - Method in class org.fujion.mxgraph.MXGraph
-
Set to true to enable dangling edges.
- setCollapsed(boolean) - Method in class org.fujion.mxgraph.MXCell
-
Sets the collapsed state for the cell.
- setContent(String) - Method in class org.fujion.mxgraph.MXGraph
-
Creates a new graph from an XML string.
- setData(Object) - Method in class org.fujion.mxgraph.MXCell
-
Sets an arbitrary object associated with this cell.
- setDisconnectOnMove(boolean) - Method in class org.fujion.mxgraph.MXGraph
-
Set to true to enable disconnect on move.
- setGeometry(MXGeometry) - Method in class org.fujion.mxgraph.MXVertex
-
Sets the geometry for the vertex.
- setGridEnabled(boolean) - Method in class org.fujion.mxgraph.MXGraph
-
Set to true to enable the grid.
- setGridSize(int) - Method in class org.fujion.mxgraph.MXGraph
-
Sets the grid size in pixels.
- setPanning(boolean) - Method in class org.fujion.mxgraph.MXGraph
-
Set to true to enable panning.
- setPortsEnabled(boolean) - Method in class org.fujion.mxgraph.MXGraph
-
Set to true to enable ports.
- setPrettyXML(boolean) - Method in class org.fujion.mxgraph.MXGraph
-
Set to true if XML to be returned in pretty format.
- setReadonly(boolean) - Method in class org.fujion.mxgraph.MXGraph
-
Sets the read-only state of the graph.
- setStatus(String) - Method in class org.fujion.mxgraph.MXEditor
-
- setStyle(String) - Method in class org.fujion.mxgraph.MXCell
-
Sets the style settings for the cell.
- setTooltips(boolean) - Method in class org.fujion.mxgraph.MXGraph
-
Set to true to enable tooltips.
- setValue(String) - Method in class org.fujion.mxgraph.MXCell
-
Sets the label value for the cell.
- setVisible(boolean) - Method in class org.fujion.mxgraph.MXCell
-
Sets the visibility state for the cell.
- src - Variable in class org.fujion.mxgraph.MXImage
-