public interface FtileFactory
Modifier and Type | Method and Description |
---|---|
Ftile |
activity(Display label,
Swimlane swimlane,
BoxStyle style,
Colors colors,
Stereotype stereotype) |
Ftile |
addNote(Ftile ftile,
Swimlane swimlane,
java.util.Collection<PositionedNote> notes) |
Ftile |
addUrl(Ftile ftile,
Url url) |
Ftile |
assembly(Ftile tile1,
Ftile tile2) |
Ftile |
createGroup(Ftile list,
Display name,
HColor backColor,
HColor titleColor,
PositionedNote note,
HColor borderColor,
USymbol type,
double roundCorner) |
Ftile |
createIf(Swimlane swimlane,
java.util.List<Branch> thens,
Branch elseBranch,
LinkRendering outColor,
LinkRendering topInlinkRendering,
Url url) |
Ftile |
createParallel(java.util.List<Ftile> all,
ForkStyle style,
java.lang.String label,
Swimlane in,
Swimlane out) |
Ftile |
createSwitch(Swimlane swimlane,
java.util.List<Branch> branches,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering,
Display labelTest) |
Ftile |
createWhile(LinkRendering outColor,
Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
HColor color,
Instruction specialOut,
Ftile backward,
LinkRendering incoming1,
LinkRendering incoming2) |
Ftile |
decorateIn(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
decorateOut(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
end(Swimlane swimlane) |
StringBounder |
getStringBounder() |
Ftile |
repeat(BoxStyle boxStyleIn,
Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
Colors colors,
Ftile backward,
boolean noOut,
LinkRendering incoming1,
LinkRendering incoming2) |
ISkinParam |
skinParam() |
Ftile |
spot(Swimlane swimlane,
java.lang.String spot,
HColor color) |
Ftile |
start(Swimlane swimlane) |
Ftile |
stop(Swimlane swimlane) |
StringBounder getStringBounder()
ISkinParam skinParam()
Ftile activity(Display label, Swimlane swimlane, BoxStyle style, Colors colors, Stereotype stereotype)
Ftile addNote(Ftile ftile, Swimlane swimlane, java.util.Collection<PositionedNote> notes)
Ftile decorateIn(Ftile ftile, LinkRendering linkRendering)
Ftile decorateOut(Ftile ftile, LinkRendering linkRendering)
Ftile repeat(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2)
Ftile createWhile(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2)
Ftile createIf(Swimlane swimlane, java.util.List<Branch> thens, Branch elseBranch, LinkRendering outColor, LinkRendering topInlinkRendering, Url url)
Ftile createSwitch(Swimlane swimlane, java.util.List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest)
Ftile createParallel(java.util.List<Ftile> all, ForkStyle style, java.lang.String label, Swimlane in, Swimlane out)