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 doublebarHeight
-
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 Ftilebuild()protected abstract FtiledoStep1()protected abstract FtiledoStep2(Ftile step1)protected doublegetHeightOfMiddle()protected java.util.List<Ftile>getList()protected FtilegetMiddle()protected RosegetRose()protected StringBoundergetStringBounder()protected TextBlockgetTextBlock(LinkRendering linkRendering)protected TextBlockgetTextBlock(Display display)protected ISkinParamskinParam()protected Swimlaneswimlane()
-
-
-
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()
-
-