public class VCompactFactory extends java.lang.Object implements FtileFactory
| Constructor and Description |
|---|
VCompactFactory(ISkinParam skinParam,
StringBounder stringBounder) |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
activity(Display label,
Swimlane swimlane,
BoxStyle style,
Colors colors) |
Ftile |
addNote(Ftile ftile,
Display note,
NotePosition notePosition) |
Ftile |
addUrl(Ftile ftile,
Url url) |
Ftile |
assembly(Ftile tile1,
Ftile tile2) |
Ftile |
createFork(Swimlane swimlane,
java.util.List<Ftile> all) |
Ftile |
createGroup(Ftile list,
Display name,
HtmlColor backColor,
HtmlColor titleColor,
Display headerNote) |
Ftile |
createIf(Swimlane swimlane,
java.util.List<Branch> thens,
Branch elseBranch,
LinkRendering afterEndwhile,
LinkRendering topInlinkRendering) |
Ftile |
createSplit(java.util.List<Ftile> all) |
Ftile |
createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color) |
Ftile |
decorateIn(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
decorateOut(Ftile ftile,
LinkRendering linkRendering) |
Ftile |
end(Swimlane swimlane) |
java.lang.String |
getMonospacedFamily() |
double |
getPadding() |
Sprite |
getSprite(java.lang.String name) |
StringBounder |
getStringBounder() |
int |
getTabSize() |
java.lang.String |
getValue(java.lang.String key) |
Ftile |
repeat(Swimlane swimlane,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering) |
boolean |
shadowing() |
Ftile |
start(Swimlane swimlane) |
Ftile |
stop(Swimlane swimlane) |
boolean |
useGuillemet() |
public VCompactFactory(ISkinParam skinParam, StringBounder stringBounder)
public StringBounder getStringBounder()
getStringBounder in interface FtileFactorypublic Ftile start(Swimlane swimlane)
start in interface FtileFactorypublic Ftile stop(Swimlane swimlane)
stop in interface FtileFactorypublic Ftile end(Swimlane swimlane)
end in interface FtileFactorypublic Ftile activity(Display label, Swimlane swimlane, BoxStyle style, Colors colors)
activity in interface FtileFactorypublic Ftile addNote(Ftile ftile, Display note, NotePosition notePosition)
addNote in interface FtileFactorypublic Ftile addUrl(Ftile ftile, Url url)
addUrl in interface FtileFactorypublic Ftile assembly(Ftile tile1, Ftile tile2)
assembly in interface FtileFactorypublic Ftile repeat(Swimlane swimlane, Ftile repeat, Display test, Display yes, Display out, HtmlColor color, LinkRendering backRepeatLinkRendering)
repeat in interface FtileFactorypublic Ftile createWhile(Swimlane swimlane, Ftile whileBlock, Display test, Display yes, Display out, LinkRendering afterEndwhile, HtmlColor color)
createWhile in interface FtileFactorypublic Ftile createIf(Swimlane swimlane, java.util.List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering)
createIf in interface FtileFactorypublic Ftile createFork(Swimlane swimlane, java.util.List<Ftile> all)
createFork in interface FtileFactorypublic Ftile createSplit(java.util.List<Ftile> all)
createSplit in interface FtileFactorypublic Ftile createGroup(Ftile list, Display name, HtmlColor backColor, HtmlColor titleColor, Display headerNote)
createGroup in interface FtileFactorypublic Ftile decorateIn(Ftile ftile, LinkRendering linkRendering)
decorateIn in interface FtileFactorypublic Ftile decorateOut(Ftile ftile, LinkRendering linkRendering)
decorateOut in interface FtileFactorypublic boolean shadowing()
shadowing in interface FtileFactorypublic Sprite getSprite(java.lang.String name)
getSprite in interface SpriteContainerpublic java.lang.String getValue(java.lang.String key)
getValue in interface ISkinSimplepublic double getPadding()
getPadding in interface ISkinSimplepublic boolean useGuillemet()
useGuillemet in interface SpriteContainerpublic java.lang.String getMonospacedFamily()
getMonospacedFamily in interface ISkinSimplepublic int getTabSize()
getTabSize in interface ISkinSimple