Package | Description |
---|---|
org.processmining.mxgraph.analysis |
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
|
org.processmining.mxgraph.examples.swing.editor |
Modifier and Type | Method and Description |
---|---|
static mxGraphProperties.GraphType |
mxGraphProperties.GraphType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static mxGraphProperties.GraphType[] |
mxGraphProperties.GraphType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected mxGraphProperties.GraphType |
EditorMenuBar.InsertGraph.graphType |
protected mxGraphProperties.GraphType |
GraphConfigDialog.graphType |
Modifier and Type | Method and Description |
---|---|
void |
GraphConfigDialog.configureLayout(mxGraph graph,
mxGraphProperties.GraphType graphType,
mxAnalysisGraph aGraph) |
Constructor and Description |
---|
GraphConfigDialog(mxGraphProperties.GraphType graphType2,
java.lang.String dialogText) |
InsertGraph(mxGraphProperties.GraphType tree,
mxAnalysisGraph aGraph) |