- 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
-
- getBounds() - Method in class org.abego.treelayout.TreeLayout
-
Returns the bounds of the tree layout.
- 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
.
- 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
-
- getLevelCount() - Method in class org.abego.treelayout.TreeLayout
-
Returns the number of levels of the tree.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-