| Modifier and Type | Method and Description |
|---|---|
void |
InstructionIf.afterEndwhile(LinkRendering linkRenderer) |
void |
InstructionWhile.afterEndwhile(LinkRendering linkRenderer) |
boolean |
InstructionIf.elseIf(Display inlabel,
Display test,
Display whenThen,
LinkRendering nextLinkRenderer,
HtmlColor color) |
void |
InstructionIf.endif(LinkRendering nextLinkRenderer) |
void |
InstructionSplit.endSplit(LinkRendering inlinkRendering) |
void |
InstructionWhile.endwhile(LinkRendering nextLinkRenderer,
Display out) |
void |
InstructionFork.manageOutRendering(LinkRendering nextLinkRenderer,
boolean endFork) |
void |
Branch.setInlinkRendering(LinkRendering inlinkRendering) |
void |
InstructionList.setOutRendering(LinkRendering outlinkRendering) |
void |
InstructionRepeat.setTest(Display test,
Display yes,
Display out,
LinkRendering endRepeatLinkRendering,
LinkRendering backRepeatLinkRendering) |
void |
InstructionSplit.splitAgain(LinkRendering inlinkRendering) |
boolean |
InstructionIf.swithToElse2(Display whenElse,
LinkRendering nextLinkRenderer) |
| Modifier and Type | Method and Description |
|---|---|
LinkRendering |
FtileMarged.getInLinkRendering() |
LinkRendering |
FtileMargedRight.getInLinkRendering() |
LinkRendering |
FtileHeightFixed.getInLinkRendering() |
LinkRendering |
Ftile.getInLinkRendering() |
LinkRendering |
AbstractFtile.getInLinkRendering() |
LinkRendering |
FtileAssemblySimple.getInLinkRendering() |
LinkRendering |
FtileMarged.getOutLinkRendering() |
LinkRendering |
FtileMargedRight.getOutLinkRendering() |
LinkRendering |
FtileHeightFixed.getOutLinkRendering() |
LinkRendering |
Ftile.getOutLinkRendering() |
LinkRendering |
AbstractFtile.getOutLinkRendering() |
LinkRendering |
FtileAssemblySimple.getOutLinkRendering() |
LinkRendering |
Swimlanes.nextLinkRenderer() |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
FtileFactory.createIf(Swimlane swimlane,
List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
FtileFactoryDelegator.createIf(Swimlane swimlane,
List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
FtileFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
FtileFactoryDelegator.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
FtileFactory.decorateIn(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
FtileFactoryDelegator.decorateIn(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
FtileFactory.decorateOut(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
FtileFactoryDelegator.decorateOut(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
FtileFactory.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
FtileFactoryDelegator.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
void |
Swimlanes.setNextLinkRenderer(LinkRendering link) |
| Modifier and Type | Method and Description |
|---|---|
LinkRendering |
FtileGroup.getInLinkRendering() |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
FtileFactoryDelegatorIf.createIf(Swimlane swimlane,
List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
VCompactFactory.createIf(Swimlane swimlane,
List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
FtileFactoryDelegatorWhile.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
VCompactFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
VCompactFactory.decorateIn(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
VCompactFactory.decorateOut(Ftile ftile,
LinkRendering linkRendering) |
protected TextBlock |
ParallelFtilesBuilder.getTextBlock(LinkRendering linkRendering) |
Ftile |
VCompactFactory.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
FtileFactoryDelegatorRepeat.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
| Modifier and Type | Method and Description |
|---|---|
LinkRendering |
FtileBox.getInLinkRendering() |
LinkRendering |
FtileDecorateIn.getInLinkRendering() |
LinkRendering |
FtileDecorate.getInLinkRendering() |
LinkRendering |
FtileDecorateOut.getOutLinkRendering() |
LinkRendering |
FtileDecorate.getOutLinkRendering() |
| Constructor and Description |
|---|
FtileDecorateIn(Ftile ftile,
LinkRendering linkRendering) |
FtileDecorateOut(Ftile ftile,
LinkRendering linkRendering) |
Copyright © 2017. All rights reserved.