Uses of Class
net.sourceforge.plantuml.activitydiagram3.LinkRendering
Packages that use LinkRendering
Package
Description
-
Uses of LinkRendering in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 that return LinkRenderingModifier and TypeMethodDescriptionstatic LinkRendering
Instruction.getInLinkRendering()
InstructionBreak.getInLinkRendering()
InstructionEnd.getInLinkRendering()
InstructionFork.getInLinkRendering()
InstructionGoto.getInLinkRendering()
InstructionGroup.getInLinkRendering()
InstructionIf.getInLinkRendering()
InstructionLabel.getInLinkRendering()
InstructionList.getInLinkRendering()
InstructionPartition.getInLinkRendering()
InstructionRepeat.getInLinkRendering()
InstructionSimple.getInLinkRendering()
InstructionSplit.getInLinkRendering()
InstructionSpot.getInLinkRendering()
InstructionStart.getInLinkRendering()
InstructionStop.getInLinkRendering()
InstructionSwitch.getInLinkRendering()
InstructionWhile.getInLinkRendering()
final LinkRendering
Branch.getSpecial()
static LinkRendering
LinkRendering.none()
LinkRendering.withDisplay
(Display display) LinkRendering.withRainbow
(Rainbow rainbow) Methods in net.sourceforge.plantuml.activitydiagram3 with parameters of type LinkRenderingModifier and TypeMethodDescriptionActivityDiagram3.backward
(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) ActivityDiagram3.else2
(LinkRendering whenElse) ActivityDiagram3.elseIf
(LinkRendering inlabel, Display test, LinkRendering whenThen, HColor color) boolean
InstructionIf.elseIf
(LinkRendering inlabel, Display test, LinkRendering whenThen, LinkRendering nextLinkRenderer, HColor color) void
InstructionIf.endif
(LinkRendering nextLinkRenderer) void
InstructionSplit.endSplit
(LinkRendering inlinkRendering, Swimlane endSwimlane) void
InstructionSwitch.endSwitch
(LinkRendering nextLinkRenderer) void
InstructionWhile.incoming
(LinkRendering incoming) void
InstructionFork.manageOutRendering
(LinkRendering nextLinkRenderer, boolean endFork) void
InstructionIf.outColor
(LinkRendering outColor) void
InstructionRepeat.setBackward
(Display label, Swimlane swimlaneBackward, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) void
InstructionWhile.setBackward
(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) final void
Branch.setInlinkRendering
(LinkRendering inlinkRendering) void
InstructionList.setOutRendering
(LinkRendering outlinkRendering) void
Branch.setSpecial
(LinkRendering link) void
InstructionRepeat.setTest
(Display test, Display yes, Display out, LinkRendering endRepeatLinkRendering, LinkRendering back, Swimlane swimlaneOut) void
InstructionSplit.splitAgain
(LinkRendering inlinkRendering) boolean
InstructionSwitch.switchCase
(Display labelCase, LinkRendering nextLinkRenderer) boolean
InstructionIf.swithToElse2
(LinkRendering whenElse, LinkRendering nextLinkRenderer) Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type LinkRenderingModifierConstructorDescriptionBranch
(StyleBuilder styleBuilder, Swimlane swimlane, LinkRendering labelPositive, Display labelTest, HColor color, LinkRendering inlabel, Stereotype stereotype) InstructionBreak
(Swimlane swimlane, LinkRendering inlinkRendering) InstructionEnd
(Swimlane swimlane, LinkRendering inlinkRendering) InstructionFork
(Instruction parent, LinkRendering inlinkRendering, ISkinParam skinParam, Swimlane swimlane) InstructionGroup
(Instruction parent, Display title, HColor backColor, Swimlane swimlane, LinkRendering linkRendering, USymbol type, Style style) InstructionIf
(Swimlane swimlane, Instruction parent, Display labelTest, LinkRendering whenThen, LinkRendering inlinkRendering, HColor color, ISkinParam skinParam, Url url, Stereotype stereotype) InstructionRepeat
(Swimlanes swimlanes, Instruction parent, LinkRendering nextLinkRenderer, HColor color, Display startLabel, BoxStyle boxStyleIn, Colors colors) InstructionSimple
(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype) InstructionSplit
(Instruction parent, LinkRendering inlinkRendering, Swimlane swimlane) InstructionSpot
(String spot, HColor color, LinkRendering inlinkRendering, Swimlane swimlane) InstructionStart
(Swimlane swimlane, LinkRendering inlinkRendering) InstructionStop
(Swimlane swimlane, LinkRendering inlinkRendering) InstructionSwitch
(Swimlane swimlane, Instruction parent, Display labelTest, LinkRendering inlinkRendering, HColor color, ISkinParam skinParam) InstructionWhile
(Swimlane swimlane, Instruction parent, Display test, LinkRendering nextLinkRenderer, Display yes, HColor color, StyleBuilder currentStyleBuilder) -
Uses of LinkRendering in net.sourceforge.plantuml.activitydiagram3.command
Methods in net.sourceforge.plantuml.activitydiagram3.command that return LinkRenderingModifier and TypeMethodDescriptionstatic LinkRendering
CommandBackward3.getBackRendering
(ActivityDiagram3 diagram, RegexResult arg, String name) -
Uses of LinkRendering in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return LinkRenderingModifier and TypeMethodDescriptionAbstractFtile.getInLinkRendering()
Ftile.getInLinkRendering()
FtileAssemblySimple.getInLinkRendering()
FtileHeightFixedCentered.getInLinkRendering()
FtileHeightFixedMarged.getInLinkRendering()
FtileMarged.getInLinkRendering()
FtileMargedRight.getInLinkRendering()
AbstractFtile.getOutLinkRendering()
Ftile.getOutLinkRendering()
FtileAssemblySimple.getOutLinkRendering()
FtileHeightFixedCentered.getOutLinkRendering()
FtileHeightFixedMarged.getOutLinkRendering()
FtileMarged.getOutLinkRendering()
FtileMargedRight.getOutLinkRendering()
Swimlanes.nextLinkRenderer()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type LinkRenderingModifier 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) FtileFactory.createWhile
(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) FtileFactoryDelegator.createWhile
(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder styleBuilder) FtileFactory.decorateIn
(Ftile ftile, LinkRendering linkRendering) FtileFactoryDelegator.decorateIn
(Ftile ftile, LinkRendering linkRendering) FtileFactory.decorateOut
(Ftile ftile, LinkRendering linkRendering) FtileFactoryDelegator.decorateOut
(Ftile ftile, LinkRendering linkRendering) FtileFactory.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, StyleBuilder currentStyleBuilder) FtileFactoryDelegator.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, StyleBuilder currentStyleBuilder) void
Swimlanes.setNextLinkRenderer
(LinkRendering link) -
Uses of LinkRendering in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact that return LinkRenderingModifier and TypeMethodDescriptionFtileGroup.getInLinkRendering()
final LinkRendering
FtileWithNoteOpale.getInLinkRendering()
final LinkRendering
FtileWithNotes.getInLinkRendering()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type LinkRenderingModifier 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) FtileFactoryDelegatorWhile.createWhile
(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile backward, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) VCompactFactory.createWhile
(LinkRendering afterEndwhile, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder styleBuilder) VCompactFactory.decorateIn
(Ftile ftile, LinkRendering linkRendering) VCompactFactory.decorateOut
(Ftile ftile, LinkRendering linkRendering) protected TextBlock
AbstractParallelFtilesBuilder.getTextBlock
(LinkRendering linkRendering) FtileFactoryDelegatorRepeat.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, StyleBuilder currentStyleBuilder) VCompactFactory.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, StyleBuilder currentStyleBuilder) -
Uses of LinkRendering in net.sourceforge.plantuml.activitydiagram3.ftile.vertical
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vertical that return LinkRenderingModifier and TypeMethodDescriptionfinal LinkRendering
FtileBox.getInLinkRendering()
final LinkRendering
FtileBox2.getInLinkRendering()
final LinkRendering
FtileBoxOld.getInLinkRendering()
FtileDecorate.getInLinkRendering()
FtileDecorateIn.getInLinkRendering()
FtileDecorate.getOutLinkRendering()
FtileDecorateOut.getOutLinkRendering()
Constructors in net.sourceforge.plantuml.activitydiagram3.ftile.vertical with parameters of type LinkRenderingModifierConstructorDescriptionFtileDecorateIn
(Ftile ftile, LinkRendering linkRendering) FtileDecorateOut
(Ftile ftile, LinkRendering linkRendering) -
Uses of LinkRendering in net.sourceforge.plantuml.activitydiagram3.gtile
Methods in net.sourceforge.plantuml.activitydiagram3.gtile that return LinkRenderingModifier and TypeMethodDescriptionfinal LinkRendering
GtileBox.getInLinkRendering()
GPoint.getLinkRendering()
Constructors in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type LinkRenderingModifierConstructorDescriptionGPoint
(Gtile gtile, String name, LinkRendering linkRendering) GtileAssembly
(Gtile tile1, Gtile tile2, LinkRendering linkRendering)