public class FractalLayout
extends java.lang.Object
Constructor and Description |
---|
FractalLayout()
Initializes a new instance of the
FractalLayout class. |
Modifier and Type | Method and Description |
---|---|
boolean |
arrange(Graph igraph)
Applies the layout to the specified graph.
|
Node |
getRoot()
Gets the tree root.
|
void |
setRoot(Node value)
Sets the tree root.
|
public FractalLayout()
FractalLayout
class.