ArrayLayouter, GraphLayouter, QueueLayouter, StackLayouterpublic interface Layouter
Abstraction Interface of the strategy pattern. Every Module supplies a concrete strategy to be used.
| Modifier and Type | Method | Description |
|---|---|---|
javafx.scene.layout.Pane |
layout(ch.hsr.adv.commons.core.logic.domain.ModuleGroup moduleGroup,
java.util.List<java.lang.String> flags) |
Layouts the module group.
|
javafx.scene.layout.Pane layout(ch.hsr.adv.commons.core.logic.domain.ModuleGroup moduleGroup,
java.util.List<java.lang.String> flags)
moduleGroup - to be layoutedflags - optional flags to influence the layout