|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.Layout
com.mindfusion.diagramming.jlayout.CircularLayout
public class CircularLayout
Constructor Summary | |
---|---|
CircularLayout()
Initializes a new instance of the CircularLayout class. |
Method Summary | |
---|---|
boolean |
Arrange(Graph graph,
CircularLayoutInfo info)
Applies the layout to the specified graph using the specified settings. |
boolean |
Arrange(Graph igraph,
CircularLayoutInfo info,
LayoutProgress progress)
Applies the layout to the specified graph using the specified settings and progress callback delegate. |
Methods inherited from class com.mindfusion.diagramming.jlayout.Layout |
---|
GraphFromIGraph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CircularLayout()
CircularLayout
class.
Method Detail |
---|
public boolean Arrange(Graph graph, CircularLayoutInfo info)
public boolean Arrange(Graph igraph, CircularLayoutInfo info, LayoutProgress progress)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |