Uses of Interface
org.processmining.objectcentricconstraintchecking.algorithms.layout.mxIGraphLayout
-
-
Uses of mxIGraphLayout in org.processmining.objectcentricconstraintchecking.algorithms.editor
Methods in org.processmining.objectcentricconstraintchecking.algorithms.editor that return mxIGraphLayout Modifier and Type Method Description protected mxIGraphLayoutBasicGraphEditor. createLayout(java.lang.String ident, boolean animate)Creates a layout instance for the given identifier. -
Uses of mxIGraphLayout in org.processmining.objectcentricconstraintchecking.algorithms.layout
Classes in org.processmining.objectcentricconstraintchecking.algorithms.layout that implement mxIGraphLayout Modifier and Type Class Description classmxCircleLayoutclassmxCompactTreeLayoutclassmxEdgeLabelLayoutclassmxFastOrganicLayoutFast organic layout algorithm.classmxGraphLayoutAbstract bass class for layoutsclassmxOrganicLayoutAn implementation of a simulated annealing layout, based on "Drawing Graphs Nicely Using Simulated Annealing" by Davidson and Harel (1996).classmxParallelEdgeLayoutclassmxPartitionLayoutclassmxStackLayout -
Uses of mxIGraphLayout in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical
Classes in org.processmining.objectcentricconstraintchecking.algorithms.layout.hierarchical that implement mxIGraphLayout Modifier and Type Class Description classmxHierarchicalLayoutThe top level compound layout of the hierarchical layout. -
Uses of mxIGraphLayout in org.processmining.objectcentricconstraintchecking.algorithms.layout.orthogonal
Classes in org.processmining.objectcentricconstraintchecking.algorithms.layout.orthogonal that implement mxIGraphLayout Modifier and Type Class Description classmxOrthogonalLayout -
Uses of mxIGraphLayout in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint
Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint that return mxIGraphLayout Modifier and Type Method Description protected mxIGraphLayoutOCCMEditor. createLayout(java.lang.String ident, boolean animate)Creates a layout instance for the given identifier. -
Uses of mxIGraphLayout in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction
Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction that return mxIGraphLayout Modifier and Type Method Description protected mxIGraphLayoutCaseGraph. createLayout(java.lang.String ident, boolean animate)Creates a layout instance for the given identifier.protected mxIGraphLayoutProcessExecutionPanel. createLayout(java.lang.String ident, boolean animate)Creates a layout instance for the given identifier. -
Uses of mxIGraphLayout in org.processmining.objectcentricconstraintchecking.algorithms.view
Methods in org.processmining.objectcentricconstraintchecking.algorithms.view that return mxIGraphLayout Modifier and Type Method Description protected mxIGraphLayoutmxLayoutManager. getLayout(java.lang.Object parent)Methods in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxIGraphLayout Modifier and Type Method Description protected voidmxLayoutManager. executeLayout(mxIGraphLayout layout, java.lang.Object parent)
-