Skip navigation links
A B C D E G H I M N O R S T U V W X Y 

A

addAction(String, String) - Method in class org.fujion.mxgraph.MXEditor
Add an editor action.
addAction(String, JavaScript) - Method in class org.fujion.mxgraph.MXEditor
Add an editor action.
addCellOverlay(MXCellOverlay) - Method in class org.fujion.mxgraph.MXCell
Adds an overlay to the cell.
addToolbarItem(String, String, String) - Method in class org.fujion.mxgraph.MXEditor
Creates a toolbar item.
align - Variable in class org.fujion.mxgraph.MXCellOverlay
Holds the horizontal alignment for the overlay.
autoSize() - Method in class org.fujion.mxgraph.MXCell
Resizes this cell and all descendants to just fit around the its label and/or children
autoSize(boolean) - Method in class org.fujion.mxgraph.MXCell
Resizes this cell to just fit around the its label and/or children

B

beginUpdate() - Method in class org.fujion.mxgraph.MXGraph
 

C

clear() - Method in class org.fujion.mxgraph.MXGraph
Clears the graph.
createEdge(String, MXVertex, MXVertex, String) - Method in class org.fujion.mxgraph.MXGraph
Creates a new edge using the given source and target as the terminals of the new edge.
createVertex(String, int, int, int, int, String, boolean) - Method in class org.fujion.mxgraph.MXGraph
Creates a new vertex using the given coordinates.
cursor - Variable in class org.fujion.mxgraph.MXCellOverlay
Holds the cursor for the overlay.

D

defaultOverlap - Variable in class org.fujion.mxgraph.MXCellOverlay
Defines the overlapping for the overlay, that is, the proportional distance from the origin to the point defined by the alignment.
doInsert() - Method in class org.fujion.mxgraph.MXCell
Insert cell into graph.
doInsert() - Method in class org.fujion.mxgraph.MXEdge
 
doInsert() - Method in class org.fujion.mxgraph.MXVertex
 

E

endUpdate() - Method in class org.fujion.mxgraph.MXGraph
 
execute(String) - Method in class org.fujion.mxgraph.MXEditor
Executes a registered action.
execute(String, MXCell<?>) - Method in class org.fujion.mxgraph.MXEditor
Executes a registered action.

G

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
 

H

height - Variable in class org.fujion.mxgraph.MXGeometry
 
height - Variable in class org.fujion.mxgraph.MXImage
 

I

image - Variable in class org.fujion.mxgraph.MXCellOverlay
Holds the image to be used as the icon.
insert() - Method in class org.fujion.mxgraph.MXCell
 
insertEdge(String, MXVertex, MXVertex, String) - Method in class org.fujion.mxgraph.MXGraph
Inserts a new edge using the given source and target as the terminals of the new edge.
insertVertex(String, int, int, int, int, String, boolean) - Method in class org.fujion.mxgraph.MXGraph
Inserts a new vertex using the given coordinates.
isCollapsed() - Method in class org.fujion.mxgraph.MXCell
Returns the collapsed state for the cell.
isPortsEnabled() - Method in class org.fujion.mxgraph.MXGraph
Returns true if ports are enabled.
isPrettyXML() - Method in class org.fujion.mxgraph.MXGraph
Returns true if XML to be returned in pretty format.
isReadonly() - Method in class org.fujion.mxgraph.MXGraph
Returns true if the graph is read-only.
isVisible() - Method in class org.fujion.mxgraph.MXCell
Returns the visibility state for the cell.

M

MXCell<T extends MXCell<T>> - Class in org.fujion.mxgraph
Abstract base class for edges and vertices.
MXCell(MXGraph, String, String) - Constructor for class org.fujion.mxgraph.MXCell
 
MXCell(MXGraph, Element) - Constructor for class org.fujion.mxgraph.MXCell
 
MXCellOverlay - Class in org.fujion.mxgraph
An image and/or tool tip overlay for a cell.
MXCellOverlay(MXImage, String) - Constructor for class org.fujion.mxgraph.MXCellOverlay
 
MXCellOverlay(MXImage, String, MXConstants.MXAlign, MXConstants.MXAlign) - Constructor for class org.fujion.mxgraph.MXCellOverlay
 
MXCellOverlay(MXImage, String, MXConstants.MXAlign, MXConstants.MXAlign, MXPoint, String, Float) - Constructor for class org.fujion.mxgraph.MXCellOverlay
 
MXConstants - Class in org.fujion.mxgraph
mxGraph constants.
MXConstants.MXAlign - Enum in org.fujion.mxgraph
 
MXEdge - Class in org.fujion.mxgraph
Represents an edge within a graph.
MXEdge(MXGraph, String, String, MXVertex, MXVertex) - Constructor for class org.fujion.mxgraph.MXEdge
Creates an edge within the specified graph.
MXEdge(MXGraph, Element) - Constructor for class org.fujion.mxgraph.MXEdge
 
MXEditor - Class in org.fujion.mxgraph
Fujion wrapper for mxEditor component.
MXEditor() - Constructor for class org.fujion.mxgraph.MXEditor
 
MXGeometry - Class in org.fujion.mxgraph
Represents the dimensions of a vertex.
MXGeometry(int, int, int, int) - Constructor for class org.fujion.mxgraph.MXGeometry
 
MXGeometry(int, int, int, int, boolean) - Constructor for class org.fujion.mxgraph.MXGeometry
 
MXGeometry(Element) - Constructor for class org.fujion.mxgraph.MXGeometry
 
MXGraph - Class in org.fujion.mxgraph
Fujion wrapper for mxGraph component.
MXGraph() - Constructor for class org.fujion.mxgraph.MXGraph
 
MXImage - Class in org.fujion.mxgraph
Specifies an image for a cell overlay.
MXImage(String, int, int) - Constructor for class org.fujion.mxgraph.MXImage
 
mxInvoke(String, Object...) - Method in class org.fujion.mxgraph.MXGraph
Directly invoke a method on the graph object.
mxInvoke(IResponseCallback<?>, String, Object...) - Method in class org.fujion.mxgraph.MXGraph
Directly invoke a method on the graph object, returning the result.
MXPoint - Class in org.fujion.mxgraph
Designates a point coordinate on the graph.
MXPoint(int, int) - Constructor for class org.fujion.mxgraph.MXPoint
 
MXUtil - Class in org.fujion.mxgraph
Utility methods.
MXVertex - Class in org.fujion.mxgraph
Represents a vertex within a graph.
MXVertex(MXGraph, String, int, int, int, int, String, boolean) - Constructor for class org.fujion.mxgraph.MXVertex
 
MXVertex(MXGraph, Element) - Constructor for class org.fujion.mxgraph.MXVertex
 

N

nextId() - Method in class org.fujion.mxgraph.MXGraph
 

O

offset - Variable in class org.fujion.mxgraph.MXCellOverlay
The offset will be scaled according to the current scale.
org.fujion.mxgraph - package org.fujion.mxgraph
 

R

refresh() - Method in class org.fujion.mxgraph.MXGraph
Synchronizes the XML content and cell caches with the client.
refresh(Runnable) - Method in class org.fujion.mxgraph.MXGraph
Synchronizes the XML content and cell caches with the client.
relative - Variable in class org.fujion.mxgraph.MXGeometry
 
resetHistory() - Method in class org.fujion.mxgraph.MXEditor
Clears the undo history.

S

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
 

T

TAG_CELL - Static variable in class org.fujion.mxgraph.MXUtil
 
TAG_GEOMETRY - Static variable in class org.fujion.mxgraph.MXUtil
 
TAG_ROOT - Static variable in class org.fujion.mxgraph.MXUtil
 
tooltip - Variable in class org.fujion.mxgraph.MXCellOverlay
Holds the optional string to be used as the tooltip.
toString() - Method in enum org.fujion.mxgraph.MXConstants.MXAlign
 
transformForClient() - Method in class org.fujion.mxgraph.MXCell
Transform to use unique id for client invocations.

U

updateCellState(String, Object) - Method in class org.fujion.mxgraph.MXCell
Updates the cell's state on the client.

V

valueOf(String) - Static method in enum org.fujion.mxgraph.MXConstants.MXAlign
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fujion.mxgraph.MXConstants.MXAlign
Returns an array containing the constants of this enum type, in the order they are declared.
verticalAlign - Variable in class org.fujion.mxgraph.MXCellOverlay
Holds the vertical alignment for the overlay.

W

width - Variable in class org.fujion.mxgraph.MXGeometry
 
width - Variable in class org.fujion.mxgraph.MXImage
 

X

x - Variable in class org.fujion.mxgraph.MXGeometry
 
x - Variable in class org.fujion.mxgraph.MXPoint
 

Y

y - Variable in class org.fujion.mxgraph.MXGeometry
 
y - Variable in class org.fujion.mxgraph.MXPoint
 
A B C D E G H I M N O R S T U V W X Y 
Skip navigation links

Copyright © 2023 Fujion Framework. All rights reserved.