Class ParallelBuilderFork
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.AbstractParallelFtilesBuilder
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.ParallelBuilderFork
-
public class ParallelBuilderFork extends AbstractParallelFtilesBuilder
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.AbstractParallelFtilesBuilder
barHeight, list99
-
-
Constructor Summary
Constructors Constructor Description ParallelBuilderFork(ISkinParam skinParam, StringBounder stringBounder, String label, Swimlane in, Swimlane out, List<Ftile> all)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Ftile
doStep1(Ftile middle)
protected Ftile
doStep2(Ftile middle, Ftile result)
protected List<Ftile>
getFoo2(List<Ftile> all)
protected Swimlane
swimlaneOutForStep2()
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.AbstractParallelFtilesBuilder
build, computeMaxHeight, getDefaultStyleDefinition, getDefaultStyleDefinitionArrow, getHeightOfMiddle, getRose, getStringBounder, getTextBlock, getTextBlock, skinParam
-
-
-
-
Constructor Detail
-
ParallelBuilderFork
public ParallelBuilderFork(ISkinParam skinParam, StringBounder stringBounder, String label, Swimlane in, Swimlane out, List<Ftile> all)
-
-
Method Detail
-
getFoo2
protected List<Ftile> getFoo2(List<Ftile> all)
- Overrides:
getFoo2
in classAbstractParallelFtilesBuilder
-
swimlaneOutForStep2
protected Swimlane swimlaneOutForStep2()
- Overrides:
swimlaneOutForStep2
in classAbstractParallelFtilesBuilder
-
doStep1
protected Ftile doStep1(Ftile middle)
- Specified by:
doStep1
in classAbstractParallelFtilesBuilder
-
doStep2
protected Ftile doStep2(Ftile middle, Ftile result)
- Specified by:
doStep2
in classAbstractParallelFtilesBuilder
-
-