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)
StyleSignature
getDefaultStyleDefinition()
StyleSignature
getDefaultStyleDefinitionArrow()
protected java.util.List<Ftile>
getFoo2(java.util.List<Ftile> all)
protected double
getHeightOfMiddle(Ftile middle)
protected Rose
getRose()
protected StringBounder
getStringBounder()
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
-
getDefaultStyleDefinition
public StyleSignature getDefaultStyleDefinition()
-
getDefaultStyleDefinitionArrow
public final StyleSignature getDefaultStyleDefinitionArrow()
-
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()
-
-