- gapBetweenLevels - Variable in class org.abego.treelayout.util.DefaultConfiguration
-
- gapBetweenNodes - Variable in class org.abego.treelayout.util.DefaultConfiguration
-
- generateBox(StringBuilder, TextInBox) - Method in class org.abego.treelayout.demo.svg.SVGForTextInBoxTree
-
- generateDiagram() - Method in class org.abego.treelayout.demo.svg.SVGForTextInBoxTree
-
- generateEdges(StringBuilder, TextInBox) - Method in class org.abego.treelayout.demo.svg.SVGForTextInBoxTree
-
- getAlignmentInLevel() - Method in interface org.abego.treelayout.Configuration
-
Returns the alignment of "smaller" nodes within a level.
- getAlignmentInLevel() - Method in class org.abego.treelayout.util.DefaultConfiguration
-
- getAncestor(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
- getBounds() - Method in class org.abego.treelayout.TreeLayout
-
Returns the bounds of the tree layout.
- getBoundsOfNode(TextInBox) - Method in class org.abego.treelayout.demo.svg.SVGForTextInBoxTree
-
- getBoundsOfNode(TextInBox) - Method in class org.abego.treelayout.demo.swing.TextInBoxTreePane
-
- getChange(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
- getChildren(TextInBox) - Method in class org.abego.treelayout.demo.svg.SVGForTextInBoxTree
-
- getChildren(TextInBox) - Method in class org.abego.treelayout.demo.swing.TextInBoxTreePane
-
- getChildren(TreeNode) - Method in interface org.abego.treelayout.TreeForTreeLayout
-
Returns the children of a parent node.
- getChildren(TreeNode) - Method in class org.abego.treelayout.util.AbstractTreeForTreeLayout
-
- getChildrenList(TreeNode) - Method in class org.abego.treelayout.util.AbstractTreeForTreeLayout
-
Return the children of a node as a List
.
- getChildrenList(TreeNode) - Method in class org.abego.treelayout.util.DefaultTreeForTreeLayout
-
- getChildrenReverse(TreeNode) - Method in interface org.abego.treelayout.TreeForTreeLayout
-
Returns the children of a parent node, in reverse order.
- getChildrenReverse(TreeNode) - Method in class org.abego.treelayout.util.AbstractTreeForTreeLayout
-
- getConfiguration() - Method in class org.abego.treelayout.TreeLayout
-
Returns the Configuration used by this
TreeLayout
.
- getDistance(TreeNode, TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
The distance of two nodes is the distance of the centers of both noded.
- getEmptyList() - Method in class org.abego.treelayout.util.DefaultTreeForTreeLayout
-
- getFirstChild(TreeNode) - Method in interface org.abego.treelayout.TreeForTreeLayout
-
Returns the first child of a parent node.
- getFirstChild(TreeNode) - Method in class org.abego.treelayout.util.AbstractTreeForTreeLayout
-
- getGapBetweenLevels(int) - Method in interface org.abego.treelayout.Configuration
-
Returns the size of the gap between subsequent levels.
- getGapBetweenLevels(int) - Method in class org.abego.treelayout.util.DefaultConfiguration
-
- getGapBetweenNodes(TreeNode, TreeNode) - Method in interface org.abego.treelayout.Configuration
-
Returns the size of the minimal gap of nodes within a level.
- getGapBetweenNodes(TreeNode, TreeNode) - Method in class org.abego.treelayout.util.DefaultConfiguration
-
- getHeight(TextInBox) - Method in class org.abego.treelayout.demo.TextInBoxNodeExtentProvider
-
- getHeight(TreeNode) - Method in interface org.abego.treelayout.NodeExtentProvider
-
Returns the height of the given treeNode.
- getHeight(T) - Method in class org.abego.treelayout.util.FixedNodeExtentProvider
-
- getLast(List<T>) - Static method in class org.abego.treelayout.internal.util.java.util.ListUtil
-
- getLastChild(TreeNode) - Method in interface org.abego.treelayout.TreeForTreeLayout
-
Returns the last child of a parent node.
- getLastChild(TreeNode) - Method in class org.abego.treelayout.util.AbstractTreeForTreeLayout
-
- getLevelChangeSign() - Method in class org.abego.treelayout.TreeLayout
-
- getLevelCount() - Method in class org.abego.treelayout.TreeLayout
-
Returns the number of levels of the tree.
- getMod(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
- getNodeBounds() - Method in class org.abego.treelayout.TreeLayout
-
Returns the layout of the tree nodes by mapping each node of the tree to
its bounds (position and size).
- getNodeExtentProvider() - Method in class org.abego.treelayout.TreeLayout
-
- getNodeHeight(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
- getNodeSize(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
When the level changes in Y-axis (i.e.
- getNodeThickness(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
When the level changes in Y-axis (i.e.
- getNodeWidth(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
- getNumber(TreeNode, TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
- getParent(TreeNode) - Method in class org.abego.treelayout.util.AbstractTreeForTreeLayout
-
Returns the parent of a node, if it has one.
- getParent(TreeNode) - Method in class org.abego.treelayout.util.DefaultTreeForTreeLayout
-
- getPrelim(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
- getRoot() - Method in interface org.abego.treelayout.TreeForTreeLayout
-
Returns the the root of the tree.
- getRoot() - Method in class org.abego.treelayout.util.AbstractTreeForTreeLayout
-
- getRootLocation() - Method in interface org.abego.treelayout.Configuration
-
Returns the position of the root node in the diagram.
- getRootLocation() - Method in class org.abego.treelayout.util.DefaultConfiguration
-
- getSampleTree(String) - Static method in class org.abego.treelayout.demo.swing.SwingDemo
-
- getShift(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
- getSizeOfLevel(int) - Method in class org.abego.treelayout.TreeLayout
-
Returns the size of a level.
- getSVG() - Method in class org.abego.treelayout.demo.svg.SVGForTextInBoxTree
-
- getThread(TreeNode) - Method in class org.abego.treelayout.TreeLayout
-
- getTree() - Method in class org.abego.treelayout.demo.svg.SVGForTextInBoxTree
-
- getTree() - Method in class org.abego.treelayout.demo.swing.TextInBoxTreePane
-
- getTree() - Method in class org.abego.treelayout.TreeLayout
-
Returns the Tree the layout is created for.
- getWidth(TextInBox) - Method in class org.abego.treelayout.demo.TextInBoxNodeExtentProvider
-
- getWidth(TreeNode) - Method in interface org.abego.treelayout.NodeExtentProvider
-
Returns the width of the given treeNode.
- getWidth(T) - Method in class org.abego.treelayout.util.FixedNodeExtentProvider
-
- getWidthOrHeightOfNode(TreeNode, boolean) - Method in class org.abego.treelayout.TreeLayout
-
- getX() - Method in class org.abego.treelayout.TreeLayout.NormalizedPosition
-
- getY() - Method in class org.abego.treelayout.TreeLayout.NormalizedPosition
-