Uses of Class
net.sourceforge.plantuml.activitydiagram3.Branch
Packages that use Branch
Package
Description
-
Uses of Branch in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type BranchModifier and TypeMethodDescriptionFtileFactory.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering outColor, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) FtileFactoryDelegator.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) Method parameters in net.sourceforge.plantuml.activitydiagram3.ftile with type arguments of type BranchModifier and TypeMethodDescriptionFtileFactory.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering outColor, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) FtileFactoryDelegator.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) FtileFactory.createSwitch
(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest) FtileFactoryDelegator.createSwitch
(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest) -
Uses of Branch in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type BranchModifier and TypeMethodDescriptionFtileFactoryDelegatorIf.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) VCompactFactory.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) Method parameters in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with type arguments of type BranchModifier and TypeMethodDescriptionFtileFactoryDelegatorIf.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) VCompactFactory.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype, StyleBuilder currentStyleBuilder) FtileFactoryDelegatorSwitch.createSwitch
(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest) VCompactFactory.createSwitch
(Swimlane swimlane, List<Branch> branches, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Display labelTest) -
Uses of Branch in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond
Fields in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond with type parameters of type BranchMethods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond with parameters of type BranchModifier and TypeMethodDescriptionFtileIfWithLinks.addLinks
(Branch branch1, Branch branch2, StringBounder stringBounder) static Ftile
ConditionalBuilder.create
(Swimlane swimlane, HColor backColor, FtileFactory ftileFactory, ConditionStyle conditionStyle, ConditionEndStyle conditionEndStyle, Branch branch1, Branch branch2, ISkinParam skinParam, StringBounder stringBounder, Url url, Style styleArrow, Style styleDiamond, Collection<PositionedNote> notes) Constructors in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond with parameters of type BranchModifierConstructorDescriptionConditionalBuilder
(Swimlane swimlane, HColor backColor, FtileFactory ftileFactory, ConditionStyle conditionStyle, ConditionEndStyle conditionEndStyle, Branch branch1, Branch branch2, ISkinParam skinParam, StringBounder stringBounder, Url url, Style styleArrow, Style styleDiamond, Collection<PositionedNote> notes) -
Uses of Branch in net.sourceforge.plantuml.activitydiagram3.gtile
Constructors in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type Branch