DynamicTreeLayout

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final
class NodeInfo

Value members

Concrete methods

def apply(group: String, orientation: Int, depthSpacing: Double, breadthSpacing: Double, subtreeSpacing: Double): DynamicTreeLayout

Creates a new dynamic tree layout.

Creates a new dynamic tree layout.

Value Params
breadthSpacing

the spacing to maintain between sibling nodes

depthSpacing

the spacing to maintain between depth levels of the tree

group

the data group to layout. Must resolve to a Graph instance.

orientation

the orientation of the tree layout. One of prefuse.Constants.ORIENT_LEFT_RIGHT, ORIENT_RIGHT_LEFT, ORIENT_TOP_BOTTOM, or ORIENT_BOTTOM_TOP.

subtreeSpacing

the spacing to maintain between neighboring subtrees

Concrete fields

final
val INFO: "info"