Uses of Class
org.activiti.bpmn.BPMNLayout.TreeNode
-
Uses of BPMNLayout.TreeNode in org.activiti.bpmn
Fields in org.activiti.bpmn declared as BPMNLayout.TreeNodeModifier and TypeFieldDescriptionprotected BPMNLayout.TreeNodeBPMNLayout.TreeNode.childprotected BPMNLayout.TreeNodeBPMNLayout.TreeNode.nextMethods in org.activiti.bpmn that return BPMNLayout.TreeNodeModifier and TypeMethodDescriptionprotected BPMNLayout.TreeNodeBPMNLayout.createNode(Object cell) protected BPMNLayout.TreeNodeDoes a depth first search starting at the specified cell.Methods in org.activiti.bpmn with parameters of type BPMNLayout.TreeNodeModifier and TypeMethodDescriptionprotected 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, Object parent, double x0, double y0, com.mxgraph.util.mxRectangle bounds)