Class ParallelFtilesBuilder
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.ParallelFtilesBuilder
-
- Direct Known Subclasses:
ParallelBuilderFork
,ParallelBuilderMerge
,ParallelBuilderSplit
,ParallelBuilderSplit2
public abstract class ParallelFtilesBuilder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected double
barHeight
-
Constructor Summary
Constructors Constructor Description ParallelFtilesBuilder(ISkinParam skinParam, StringBounder stringBounder, java.util.List<Ftile> list, Ftile middle, Swimlane swimlane)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Ftile
build()
protected abstract Ftile
doStep1()
protected abstract Ftile
doStep2(Ftile step1)
protected double
getHeightOfMiddle()
protected java.util.List<Ftile>
getList()
protected Ftile
getMiddle()
protected Rose
getRose()
protected StringBounder
getStringBounder()
protected TextBlock
getTextBlock(LinkRendering linkRendering)
protected TextBlock
getTextBlock(Display display)
protected ISkinParam
skinParam()
protected Swimlane
swimlane()
-
-
-
Field Detail
-
barHeight
protected final double barHeight
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParallelFtilesBuilder
public ParallelFtilesBuilder(ISkinParam skinParam, StringBounder stringBounder, java.util.List<Ftile> list, Ftile middle, Swimlane swimlane)
-
-
Method Detail
-
build
public final Ftile build()
-
doStep1
protected abstract Ftile doStep1()
-
getStringBounder
protected StringBounder getStringBounder()
-
getRose
protected Rose getRose()
-
skinParam
protected ISkinParam skinParam()
-
getTextBlock
protected TextBlock getTextBlock(LinkRendering linkRendering)
-
getList
protected final java.util.List<Ftile> getList()
-
getMiddle
protected final Ftile getMiddle()
-
getHeightOfMiddle
protected final double getHeightOfMiddle()
-
swimlane
protected final Swimlane swimlane()
-
-