public class CascadeLayout
extends java.lang.Object
implements com.mindfusion.graphs.VertexSizeFunction
Constructor and Description |
---|
CascadeLayout()
Initializes a new instance of the
CascadeLayout class. |
Modifier and Type | Method and Description |
---|---|
boolean |
arrange(Graph igraph,
CascadeLayoutInfo info)
Applies the layout to the specified graph using the specified settings.
|
com.mindfusion.graphs.Size |
calc(com.mindfusion.graphs.Vertex vertex)
VertexSizeFunction.calc implementation.
|
CascadeLayoutStatistics |
getStatistics()
Gets layout-specific information about the edges and vertices participating
in the layout.
|
public CascadeLayout()
CascadeLayout
class.public boolean arrange(Graph igraph, CascadeLayoutInfo info)
public com.mindfusion.graphs.Size calc(com.mindfusion.graphs.Vertex vertex)
calc
in interface com.mindfusion.graphs.VertexSizeFunction
public CascadeLayoutStatistics getStatistics()