public abstract class ParallelFtilesBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double |
barHeight |
Constructor and Description |
---|
ParallelFtilesBuilder(ISkinParam skinParam,
StringBounder stringBounder,
java.util.List<Ftile> list,
Ftile middle,
Swimlane swimlane) |
Modifier and Type | Method and Description |
---|---|
Ftile |
build() |
protected abstract Ftile |
doStep1() |
protected abstract Ftile |
doStep2(Ftile step1) |
protected double |
getHeightOfMiddle() |
protected java.util.List<Ftile> |
getList() |
protected Ftile |
getMiddle() |
protected Rose |
getRose() |
protected StringBounder |
getStringBounder() |
protected TextBlock |
getTextBlock(Display display) |
protected TextBlock |
getTextBlock(LinkRendering linkRendering) |
protected ISkinParam |
skinParam() |
protected Swimlane |
swimlane() |
protected final double barHeight
public ParallelFtilesBuilder(ISkinParam skinParam, StringBounder stringBounder, java.util.List<Ftile> list, Ftile middle, Swimlane swimlane)
public final Ftile build()
protected abstract Ftile doStep1()
protected StringBounder getStringBounder()
protected Rose getRose()
protected ISkinParam skinParam()
protected TextBlock getTextBlock(LinkRendering linkRendering)
protected final java.util.List<Ftile> getList()
protected final Ftile getMiddle()
protected final double getHeightOfMiddle()
protected final Swimlane swimlane()