Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.layout.mxCompactTreeLayout.TreeNode
-
Packages that use mxCompactTreeLayout.TreeNode Package Description org.processmining.objectcentricconstraintchecking.algorithms.layout -
-
Uses of mxCompactTreeLayout.TreeNode in org.processmining.objectcentricconstraintchecking.algorithms.layout
Fields in org.processmining.objectcentricconstraintchecking.algorithms.layout declared as mxCompactTreeLayout.TreeNode Modifier and Type Field Description mxCompactTreeLayout.TreeNodemxCompactTreeLayout.WeightedCellSorter. cellThe cell whose median value is being calculatedprotected mxCompactTreeLayout.TreeNodemxCompactTreeLayout.TreeNode. childprotected mxCompactTreeLayout.TreeNodemxCompactTreeLayout.TreeNode. nextMethods in org.processmining.objectcentricconstraintchecking.algorithms.layout that return mxCompactTreeLayout.TreeNode Modifier and Type Method Description protected mxCompactTreeLayout.TreeNodemxCompactTreeLayout. createNode(java.lang.Object cell)protected mxCompactTreeLayout.TreeNodemxCompactTreeLayout. dfs(java.lang.Object cell, java.lang.Object parent, java.util.Set<java.lang.Object> visited)Does a depth first search starting at the specified cell.Methods in org.processmining.objectcentricconstraintchecking.algorithms.layout with parameters of type mxCompactTreeLayout.TreeNode Modifier and Type Method Description protected mxRectanglemxCompactTreeLayout. apply(mxCompactTreeLayout.TreeNode node, mxRectangle bounds)protected voidmxCompactTreeLayout. attachParent(mxCompactTreeLayout.TreeNode node, double height)protected mxRectanglemxCompactTreeLayout. horizontalLayout(mxCompactTreeLayout.TreeNode node, double x0, double y0, mxRectangle bounds)protected doublemxCompactTreeLayout. join(mxCompactTreeLayout.TreeNode node)protected voidmxCompactTreeLayout. layout(mxCompactTreeLayout.TreeNode node)Starts the actual compact tree layout algorithm at the given node.protected voidmxCompactTreeLayout. layoutLeaf(mxCompactTreeLayout.TreeNode node)protected voidmxCompactTreeLayout. localEdgeProcessing(mxCompactTreeLayout.TreeNode node)Moves the specified node and all of its children by the given amount.protected voidmxCompactTreeLayout. moveNode(mxCompactTreeLayout.TreeNode node, double dx, double dy)Moves the specified node and all of its children by the given amount.protected voidmxCompactTreeLayout. processNodeOutgoing(mxCompactTreeLayout.TreeNode node)Separates the x position of edges as they connect to verticesprotected mxRectanglemxCompactTreeLayout. verticalLayout(mxCompactTreeLayout.TreeNode node, java.lang.Object parent, double x0, double y0, mxRectangle bounds)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.layout with parameters of type mxCompactTreeLayout.TreeNode Constructor Description WeightedCellSorter(mxCompactTreeLayout.TreeNode cell, int weightedValue)
-