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 Ftilebuild(Ftile inner)protected doublecomputeMaxHeight(java.util.List<Ftile> all)protected abstract FtiledoStep1(Ftile inner)protected abstract FtiledoStep2(Ftile inner, Ftile step1)protected doublegetHeightOfMiddle(Ftile middle)protected RosegetRose()protected StringBoundergetStringBounder()StyleSignatureBasicgetStyleSignature()StyleSignatureBasicgetStyleSignatureArrow()protected TextBlockgetTextBlock(LinkRendering linkRendering)protected TextBlockgetTextBlock(Display display)protected ISkinParamskinParam()protected SwimlaneswimlaneOutForStep2()
-
-
-
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()
-
-