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 FtileFactory
public Ftile start(Swimlane swimlane)
start
in interface FtileFactory
public Ftile stop(Swimlane swimlane)
stop
in interface FtileFactory
public Ftile end(Swimlane swimlane)
end
in interface FtileFactory
public Ftile activity(Display label, Swimlane swimlane, BoxStyle style, Colors colors)
activity
in interface FtileFactory
public Ftile addNote(Ftile ftile, Display note, NotePosition notePosition)
addNote
in interface FtileFactory
public Ftile addUrl(Ftile ftile, Url url)
addUrl
in interface FtileFactory
public Ftile assembly(Ftile tile1, Ftile tile2)
assembly
in interface FtileFactory
public Ftile repeat(Swimlane swimlane, Ftile repeat, Display test, Display yes, Display out, HtmlColor color, LinkRendering backRepeatLinkRendering)
repeat
in interface FtileFactory
public Ftile createWhile(Swimlane swimlane, Ftile whileBlock, Display test, Display yes, Display out, LinkRendering afterEndwhile, HtmlColor color)
createWhile
in interface FtileFactory
public Ftile createIf(Swimlane swimlane, java.util.List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering)
createIf
in interface FtileFactory
public Ftile createFork(Swimlane swimlane, java.util.List<Ftile> all)
createFork
in interface FtileFactory
public Ftile createSplit(java.util.List<Ftile> all)
createSplit
in interface FtileFactory
public Ftile createGroup(Ftile list, Display name, HtmlColor backColor, HtmlColor titleColor, Display headerNote)
createGroup
in interface FtileFactory
public Ftile decorateIn(Ftile ftile, LinkRendering linkRendering)
decorateIn
in interface FtileFactory
public Ftile decorateOut(Ftile ftile, LinkRendering linkRendering)
decorateOut
in interface FtileFactory
public boolean shadowing()
shadowing
in interface FtileFactory
public Sprite getSprite(java.lang.String name)
getSprite
in interface SpriteContainer
public java.lang.String getValue(java.lang.String key)
getValue
in interface ISkinSimple
public double getPadding()
getPadding
in interface ISkinSimple
public boolean useGuillemet()
useGuillemet
in interface SpriteContainer
public java.lang.String getMonospacedFamily()
getMonospacedFamily
in interface ISkinSimple
public int getTabSize()
getTabSize
in interface ISkinSimple