Class VCompactFactory
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.VCompactFactory
-
- All Implemented Interfaces:
FtileFactory
public class VCompactFactory extends Object implements FtileFactory
-
-
Constructor Summary
Constructors Constructor Description VCompactFactory(ISkinParam skinParam, StringBounder stringBounder)
-
Method Summary
-
-
-
Constructor Detail
-
VCompactFactory
public VCompactFactory(ISkinParam skinParam, StringBounder stringBounder)
-
-
Method Detail
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounder
in interfaceFtileFactory
-
getCurrentStyleBuilder
public StyleBuilder getCurrentStyleBuilder()
-
start
public Ftile start(Swimlane swimlane)
- Specified by:
start
in interfaceFtileFactory
-
stop
public Ftile stop(Swimlane swimlane)
- Specified by:
stop
in interfaceFtileFactory
-
spot
public Ftile spot(Swimlane swimlane, String spot, HColor color)
- Specified by:
spot
in interfaceFtileFactory
-
end
public Ftile end(Swimlane swimlane)
- Specified by:
end
in interfaceFtileFactory
-
activity
public Ftile activity(Display label, Swimlane swimlane, BoxStyle boxStyle, Colors colors, Stereotype stereotype)
- Specified by:
activity
in interfaceFtileFactory
-
addNote
public Ftile addNote(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes)
- Specified by:
addNote
in interfaceFtileFactory
-
addUrl
public Ftile addUrl(Ftile ftile, Url url)
- Specified by:
addUrl
in interfaceFtileFactory
-
assembly
public Ftile assembly(Ftile tile1, Ftile tile2)
- Specified by:
assembly
in interfaceFtileFactory
-
repeat
public 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)
- Specified by:
repeat
in interfaceFtileFactory
-
createWhile
public Ftile createWhile(LinkRendering afterEndwhile, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2)
- Specified by:
createWhile
in interfaceFtileFactory
-
createIf
public Ftile createIf(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url)
- Specified by:
createIf
in interfaceFtileFactory
-
createSwitch
public Ftile createSwitch(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest)
- Specified by:
createSwitch
in interfaceFtileFactory
-
createParallel
public Ftile createParallel(List<Ftile> all, ForkStyle style, String label, Swimlane in, Swimlane out)
- Specified by:
createParallel
in interfaceFtileFactory
-
createGroup
public Ftile createGroup(Ftile list, Display name, HColor backColor, HColor titleColor, PositionedNote note, HColor borderColor, USymbol type, double roundCorner)
- Specified by:
createGroup
in interfaceFtileFactory
-
decorateIn
public Ftile decorateIn(Ftile ftile, LinkRendering linkRendering)
- Specified by:
decorateIn
in interfaceFtileFactory
-
decorateOut
public Ftile decorateOut(Ftile ftile, LinkRendering linkRendering)
- Specified by:
decorateOut
in interfaceFtileFactory
-
skinParam
public ISkinParam skinParam()
- Specified by:
skinParam
in interfaceFtileFactory
-
-