public abstract class AbstractParallelFtilesBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double |
barHeight |
protected java.util.List<Ftile> |
list99 |
Constructor and Description |
---|
AbstractParallelFtilesBuilder(ISkinParam skinParam,
StringBounder stringBounder,
java.util.List<Ftile> all) |
Modifier and Type | Method and 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(Display display) |
protected TextBlock |
getTextBlock(LinkRendering linkRendering) |
protected ISkinParam |
skinParam() |
protected Swimlane |
swimlaneOutForStep2() |
protected final double barHeight
protected final java.util.List<Ftile> list99
public AbstractParallelFtilesBuilder(ISkinParam skinParam, StringBounder stringBounder, java.util.List<Ftile> all)
public StyleSignatureBasic getStyleSignature()
public final StyleSignatureBasic getStyleSignatureArrow()
protected final double computeMaxHeight(java.util.List<Ftile> all)
protected StringBounder getStringBounder()
protected Rose getRose()
protected ISkinParam skinParam()
protected TextBlock getTextBlock(LinkRendering linkRendering)
protected final double getHeightOfMiddle(Ftile middle)
protected Swimlane swimlaneOutForStep2()