public interface JGraphHierarchicalLayoutStep
run
method with a parameter for the hierarchical layout model
that is shared between the layout stages.Modifier and Type | Method and Description |
---|---|
JGraphHierarchyModel |
run(JGraphFacade graph,
JGraphHierarchyModel model)
Takes the graph detail and configuration information within the facade
and creates the resulting laid out graph within that facade for further
use
|
JGraphHierarchyModel run(JGraphFacade graph, JGraphHierarchyModel model)
graph
- The layout facade that the layout will use as inputmodel
- The internal model of the hierarchical layout created to store
details of inverted edges and dummy node placement. The model
persists for the duration of the layout object to enable
incremental layouts.Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.