Class VCompactFactory
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.VCompactFactory
- All Implemented Interfaces:
FtileFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNote
(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes, VerticalAlignment verticalAlignment) createGroup
(Ftile list, Display name, HColor backColor, PositionedNote note, USymbol type, Style style) createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) createSwitch
(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest) createWhile
(LinkRendering afterEndwhile, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder styleBuilder) decorateIn
(Ftile ftile, LinkRendering linkRendering) decorateOut
(Ftile ftile, LinkRendering linkRendering) repeat
(BoxStyle boxStyleIn, Stereotype stereotype, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder)
-
Constructor Details
-
VCompactFactory
-
-
Method Details
-
getStringBounder
- Specified by:
getStringBounder
in interfaceFtileFactory
-
getCurrentStyleBuilder
-
start
- Specified by:
start
in interfaceFtileFactory
-
stop
- Specified by:
stop
in interfaceFtileFactory
-
spot
- Specified by:
spot
in interfaceFtileFactory
-
end
- 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, VerticalAlignment verticalAlignment) - Specified by:
addNote
in interfaceFtileFactory
-
addUrl
- Specified by:
addUrl
in interfaceFtileFactory
-
assembly
- Specified by:
assembly
in interfaceFtileFactory
-
repeat
public Ftile repeat(BoxStyle boxStyleIn, Stereotype stereotype, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) - 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, StyleBuilder styleBuilder) - Specified by:
createWhile
in interfaceFtileFactory
-
createIf
public Ftile createIf(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) - 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, PositionedNote note, USymbol type, Style style) - Specified by:
createGroup
in interfaceFtileFactory
-
decorateIn
- Specified by:
decorateIn
in interfaceFtileFactory
-
decorateOut
- Specified by:
decorateOut
in interfaceFtileFactory
-
skinParam
- Specified by:
skinParam
in interfaceFtileFactory
-