public class CircularLayout extends Layout
Constructor and Description |
---|
CircularLayout()
Initializes a new instance of the
CircularLayout class. |
Modifier and Type | Method and Description |
---|---|
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.
|
GraphFromIGraph
public CircularLayout()
CircularLayout
class.public boolean Arrange(Graph graph, CircularLayoutInfo info)
public boolean Arrange(Graph igraph, CircularLayoutInfo info, LayoutProgress progress)