public class FtileFactoryDelegator extends java.lang.Object implements FtileFactory
| Constructor and Description |
|---|
FtileFactoryDelegator(FtileFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
activity(Display label,
Swimlane swimlane,
BoxStyle style,
Colors colors) |
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,
HtmlColor backColor,
HtmlColor titleColor,
PositionedNote note,
HtmlColor borderColor,
USymbol type,
double roundCorner) |
Ftile |
createIf(Swimlane swimlane,
java.util.List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
createParallel(Swimlane swimlane,
java.util.List<Ftile> all,
ForkStyle style,
java.lang.String label) |
Ftile |
createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
decorateIn(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
decorateOut(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
end(Swimlane swimlane) |
protected FtileFactory |
getFactory() |
protected Rainbow |
getInLinkRenderingColor(Ftile tile) |
protected Display |
getInLinkRenderingDisplay(Ftile tile) |
protected Rose |
getRose() |
StringBounder |
getStringBounder() |
protected TextBlock |
getTextBlock(Display display) |
Ftile |
repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward,
boolean noOut) |
ISkinParam |
skinParam() |
Ftile |
spot(Swimlane swimlane,
java.lang.String spot) |
Ftile |
start(Swimlane swimlane) |
Ftile |
stop(Swimlane swimlane) |
public FtileFactoryDelegator(FtileFactory factory)
public Ftile start(Swimlane swimlane)
start in interface FtileFactorypublic Ftile end(Swimlane swimlane)
end in interface FtileFactorypublic Ftile stop(Swimlane swimlane)
stop in interface FtileFactorypublic Ftile spot(Swimlane swimlane, java.lang.String spot)
spot in interface FtileFactorypublic Ftile activity(Display label, Swimlane swimlane, BoxStyle style, Colors colors)
activity in interface FtileFactorypublic Ftile addNote(Ftile ftile, Swimlane swimlane, java.util.Collection<PositionedNote> notes)
addNote in interface FtileFactorypublic Ftile addUrl(Ftile ftile, Url url)
addUrl in interface FtileFactorypublic Ftile decorateIn(Ftile ftile, LinkRendering linkRendering)
decorateIn in interface FtileFactorypublic Ftile decorateOut(Ftile ftile, LinkRendering linkRendering)
decorateOut in interface FtileFactorypublic Ftile assembly(Ftile tile1, Ftile tile2)
assembly in interface FtileFactorypublic Ftile repeat(Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, HtmlColor color, LinkRendering backRepeatLinkRendering, Ftile backward, boolean noOut)
repeat in interface FtileFactorypublic Ftile createWhile(Swimlane swimlane, Ftile whileBlock, Display test, Display yes, Display out, LinkRendering afterEndwhile, HtmlColor color, Instruction specialOut)
createWhile in interface FtileFactorypublic Ftile createIf(Swimlane swimlane, java.util.List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering)
createIf in interface FtileFactorypublic Ftile createParallel(Swimlane swimlane, java.util.List<Ftile> all, ForkStyle style, java.lang.String label)
createParallel in interface FtileFactorypublic Ftile createGroup(Ftile list, Display name, HtmlColor backColor, HtmlColor titleColor, PositionedNote note, HtmlColor borderColor, USymbol type, double roundCorner)
createGroup in interface FtileFactorypublic StringBounder getStringBounder()
getStringBounder in interface FtileFactoryprotected final Rose getRose()
public final ISkinParam skinParam()
skinParam in interface FtileFactoryprotected FtileFactory getFactory()