org.hfbk.vis.VisNodeLayouter Class Reference

List of all members.

Static Public Member Functions

static void layOut (VisNode node, float spreadX, float spreadY, float spreadZ)

Detailed Description

a node layouter.

Child nodes are repelled from each other, but attracted to their parent node thus forming a circular structure around this node. The layout is iterated, but usually to fast to recognize its animation.

Author:
paul

Definition at line 18 of file VisNodeLayouter.java.


Member Function Documentation

static void org.hfbk.vis.VisNodeLayouter.layOut ( VisNode  node,
float  spreadX,
float  spreadY,
float  spreadZ 
) [static]

do one simple layouting step by attracting all children to their parent while repelling them from each other.

Parameters:
spreadX 
spreadY 
spreadZ 

Definition at line 30 of file VisNodeLayouter.java.

References org.hfbk.vis.visnode.VisNode.children, and org.hfbk.vis.visnode.VisNode.layoutLocked.


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:58:35 2009 for visclient by  doxygen 1.5.1