Interface mxHierarchicalLayoutStage
-
- All Known Implementing Classes:
mxCoordinateAssignment,mxMedianHybridCrossingReduction,mxMinimumCycleRemover
public interface mxHierarchicalLayoutStageThe specific layout interface for hierarchical layouts. It adds arunmethod with a parameter for the hierarchical layout model that is shared between the layout stages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(java.lang.Object parent)Takes the graph detail and configuration information within the facade and creates the resulting laid out graph within that facade for further use.
-