Uses of Class
com.mxgraph.layout.mxCompactTreeLayout.TreeNode
Packages that use mxCompactTreeLayout.TreeNode
-
Uses of mxCompactTreeLayout.TreeNode in com.mxgraph.layout
Fields in com.mxgraph.layout declared as mxCompactTreeLayout.TreeNodeModifier and TypeFieldDescriptionmxCompactTreeLayout.WeightedCellSorter.cellThe cell whose median value is being calculatedprotected mxCompactTreeLayout.TreeNodemxCompactTreeLayout.TreeNode.childprotected mxCompactTreeLayout.TreeNodemxCompactTreeLayout.TreeNode.nextMethods in com.mxgraph.layout that return mxCompactTreeLayout.TreeNodeModifier and TypeMethodDescriptionprotected mxCompactTreeLayout.TreeNodemxCompactTreeLayout.createNode(Object cell) protected mxCompactTreeLayout.TreeNodeDoes a depth first search starting at the specified cell.Methods in com.mxgraph.layout with parameters of type mxCompactTreeLayout.TreeNodeModifier and TypeMethodDescriptionprotected 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, Object parent, double x0, double y0, mxRectangle bounds) Constructors in com.mxgraph.layout with parameters of type mxCompactTreeLayout.TreeNodeModifierConstructorDescriptionWeightedCellSorter(mxCompactTreeLayout.TreeNode cell, int weightedValue)