public class OrthogonalLayout extends Layout
Constructor and Description |
---|
OrthogonalLayout()
Initializes a new instance of the OrthogonalLayout class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
arrange(Graph graph,
OrthogonalLayoutInfo info)
Applies the layout to the specified graph using the specified settings.
|
boolean |
arrange(Graph igraph,
OrthogonalLayoutInfo info,
LayoutProgress progress)
Applies the layout to the specified graph using the specified settings
and progress callback delegate.
|
GraphFromIGraph
public OrthogonalLayout()
public boolean arrange(Graph graph, OrthogonalLayoutInfo info)
public boolean arrange(Graph igraph, OrthogonalLayoutInfo info, LayoutProgress progress)