Uses of Class
weka.gui.treevisualizer.Node
Packages that use Node
-
Uses of Node in weka.gui.treevisualizer
Methods in weka.gui.treevisualizer that return NodeModifier and TypeMethodDescriptionThis will build A node structure from the dotty format passed.Edge.getSource()Get the value of source.Edge.getTarget()Get the value of target.Methods in weka.gui.treevisualizer with parameters of type NodeModifier and TypeMethodDescriptionstatic intRecursively finds the number of visible nodes there are (this may accidentally count some of the invis nodes).static intRecursively finds the number of visible groups of siblings there are.static intRecursively finds the number of visible levels there are.static intNode.getTotalCount(Node r, int n) Recursively finds the total number of nodes there are.static intNode.getTotalGCount(Node r, int n) Recursively finds the total number of groups of siblings there are.static intNode.getTotalHeight(Node r, int l) Recursively finds the total number of levels there are.voidThe function to call to postion the tree that starts at Node rvoidCall this function to have each node in the tree starting at 'r' placed in a visual (not logical, they already are) tree position.voidThe Funtion to call to have the nodes arranged.voidSet the value of source.voidSet the value of target.Constructors in weka.gui.treevisualizer with parameters of type NodeModifierConstructorDescriptionTreeVisualizer(TreeDisplayListener tdl, Node n, NodePlace p) Constructs Displayer with the specified Node as the top of the tree, and uses the NodePlacer to place the Nodes.