Uses of Class
org.activiti.bpmn.BPMNLayout.TreeNode
-
-
Uses of BPMNLayout.TreeNode in org.activiti.bpmn
Fields in org.activiti.bpmn declared as BPMNLayout.TreeNode Modifier and Type Field Description protected BPMNLayout.TreeNodeBPMNLayout.TreeNode. childprotected BPMNLayout.TreeNodeBPMNLayout.TreeNode. nextMethods in org.activiti.bpmn that return BPMNLayout.TreeNode Modifier and Type Method Description protected BPMNLayout.TreeNodeBPMNLayout. createNode(java.lang.Object cell)protected BPMNLayout.TreeNodeBPMNLayout. 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.activiti.bpmn with parameters of type BPMNLayout.TreeNode Modifier and Type Method Description protected com.mxgraph.util.mxRectangleBPMNLayout. apply(BPMNLayout.TreeNode node, com.mxgraph.util.mxRectangle bounds)protected voidBPMNLayout. attachParent(BPMNLayout.TreeNode node, double height)protected com.mxgraph.util.mxRectangleBPMNLayout. horizontalLayout(BPMNLayout.TreeNode node, double x0, double y0, com.mxgraph.util.mxRectangle bounds)protected doubleBPMNLayout. join(BPMNLayout.TreeNode node)protected voidBPMNLayout. layout(BPMNLayout.TreeNode node)Starts the actual compact tree layout algorithm at the given node.protected voidBPMNLayout. layoutLeaf(BPMNLayout.TreeNode node)protected voidBPMNLayout. moveNode(BPMNLayout.TreeNode node, double dx, double dy)Moves the specified node and all of its children by the given amount.protected com.mxgraph.util.mxRectangleBPMNLayout. verticalLayout(BPMNLayout.TreeNode node, java.lang.Object parent, double x0, double y0, com.mxgraph.util.mxRectangle bounds)
-