Searched refs:lastNode (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DLayout.java67 public static Layout layoutNode(Node node,boolean compact,int lastNode,int level) { argument
68 if (node.getChildren().size() == 0 || node.getId() >= lastNode) {
76 node.getLastDecendent() < lastNode){
92 if (child.getId() <= lastNode) {
94 Layout childLayout = Layout.layoutNode(child,compact,lastNode,level+1);
155 * @param lastNode the lastNode to be shown in tree
158 public void draw(Tool tool,Box box,boolean compact,int lastNode,String name) { argument
161 nodeDraw(out,lastNode);
194 private void nodeDraw(PrintWriter out,int lastNode) { argument
[all...]

Completed in 33 milliseconds