|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.FractalLayout
public class FractalLayout
Constructor Summary | |
---|---|
FractalLayout()
Initializes a new instance of the FractalLayout class. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FractalLayout()
FractalLayout
class.
Method Detail |
---|
public boolean arrange(Graph igraph)
public Node getRoot()
Node
specifying the root.public void setRoot(Node value)
value
- A Node
specifying the root.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |