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