Uses of Class
net.sourceforge.plantuml.activitydiagram3.ftile.Swimlane
Packages that use Swimlane
Package
Description
-
Uses of Swimlane in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 that return SwimlaneModifier and TypeMethodDescriptionInstructionFork.getSwimlaneIn()
InstructionGroup.getSwimlaneIn()
InstructionIf.getSwimlaneIn()
InstructionList.getSwimlaneIn()
InstructionPartition.getSwimlaneIn()
InstructionRepeat.getSwimlaneIn()
InstructionSplit.getSwimlaneIn()
InstructionSwitch.getSwimlaneIn()
InstructionWhile.getSwimlaneIn()
final Swimlane
PositionedNote.getSwimlaneNote()
InstructionFork.getSwimlaneOut()
InstructionGroup.getSwimlaneOut()
InstructionIf.getSwimlaneOut()
InstructionList.getSwimlaneOut()
InstructionPartition.getSwimlaneOut()
InstructionRepeat.getSwimlaneOut()
InstructionSplit.getSwimlaneOut()
InstructionSwitch.getSwimlaneOut()
InstructionWhile.getSwimlaneOut()
Methods in net.sourceforge.plantuml.activitydiagram3 that return types with arguments of type SwimlaneModifier and TypeMethodDescriptionCollection<? extends Swimlane>
Branch.getSwimlanes()
InstructionFork.getSwimlanes()
InstructionGroup.getSwimlanes()
InstructionIf.getSwimlanes()
InstructionList.getSwimlanes()
InstructionPartition.getSwimlanes()
InstructionRepeat.getSwimlanes()
InstructionSplit.getSwimlanes()
InstructionSwitch.getSwimlanes()
InstructionWhile.getSwimlanes()
InstructionList.getSwimlanes2
(List<? extends Instruction> list) Methods in net.sourceforge.plantuml.activitydiagram3 with parameters of type SwimlaneModifier and TypeMethodDescriptionboolean
Branch.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
Instruction.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionFork.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionGroup.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionIf.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionList.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionPartition.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionRepeat.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionSplit.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionSwitch.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionWhile.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) void
InstructionSplit.endSplit
(LinkRendering inlinkRendering, Swimlane endSwimlane) void
void
InstructionRepeat.setBackward
(Display label, Swimlane swimlaneBackward, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) void
InstructionWhile.setBackward
(Display label, Swimlane swimlaneOut, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2) void
void
InstructionRepeat.setTest
(Display test, Display yes, Display out, LinkRendering endRepeatLinkRendering, LinkRendering back, Swimlane swimlaneOut) Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type SwimlaneModifierConstructorDescriptionBranch
(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) InstructionGoto
(Swimlane swimlane, String name) 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) InstructionLabel
(Swimlane swimlane, String name) InstructionList
(Swimlane defaultSwimlane) InstructionSimple
(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle style, 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, ISkinParam skinParam) PositionedNote
(Display note, NotePosition position, NoteType type, Swimlane swimlaneNote) PositionedNote
(Display display, NotePosition position, NoteType type, Swimlane swimlaneNote, Colors colors) -
Uses of Swimlane in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return SwimlaneModifier and TypeMethodDescriptionSwimlanes.getCurrentSwimlane()
FtileAssemblySimple.getSwimlaneIn()
FtileEmpty.getSwimlaneIn()
FtileHeightFixedCentered.getSwimlaneIn()
FtileHeightFixedMarged.getSwimlaneIn()
FtileKilled.getSwimlaneIn()
FtileMarged.getSwimlaneIn()
FtileMargedRight.getSwimlaneIn()
Swimable.getSwimlaneIn()
FtileAssemblySimple.getSwimlaneOut()
FtileEmpty.getSwimlaneOut()
FtileHeightFixedCentered.getSwimlaneOut()
FtileHeightFixedMarged.getSwimlaneOut()
FtileKilled.getSwimlaneOut()
FtileMarged.getSwimlaneOut()
FtileMargedRight.getSwimlaneOut()
Swimable.getSwimlaneOut()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return types with arguments of type SwimlaneModifier and TypeMethodDescriptionFtileAssemblySimple.getSwimlanes()
FtileEmpty.getSwimlanes()
FtileHeightFixedCentered.getSwimlanes()
FtileHeightFixedMarged.getSwimlanes()
FtileKilled.getSwimlanes()
FtileMarged.getSwimlanes()
FtileMargedRight.getSwimlanes()
Swimable.getSwimlanes()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type SwimlaneModifier and TypeMethodDescriptionFtileFactory.activity
(Display label, Swimlane swimlane, BoxStyle style, Colors colors, Stereotype stereotype) FtileFactoryDelegator.activity
(Display label, Swimlane swimlane, BoxStyle style, Colors colors, Stereotype stereotype) FtileFactory.addNote
(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes, VerticalAlignment verticalAlignment) FtileFactoryDelegator.addNote
(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes, VerticalAlignment verticalAlignment) int
FtileFactory.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering outColor, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype) FtileFactoryDelegator.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype) FtileFactory.createParallel
(List<Ftile> all, ForkStyle style, String label, Swimlane in, Swimlane out) FtileFactoryDelegator.createParallel
(List<Ftile> all, ForkStyle style, String label, Swimlane in, Swimlane out) 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) FtileFactoryDelegator.createWhile
(LinkRendering outColor, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2) 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) 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) static Ftile
FtileUtils.withSwimlaneOut
(Ftile ftile, Swimlane out) Method parameters in net.sourceforge.plantuml.activitydiagram3.ftile with type arguments of type SwimlaneConstructors in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type SwimlaneModifierConstructorDescriptionFtileBreak
(ISkinParam skinParam, Swimlane swimlane) FtileEmpty
(ISkinParam skinParam, double width, double height, Swimlane swimlane) FtileEmpty
(ISkinParam skinParam, Swimlane swimlane) FtileGoto
(ISkinParam skinParam, Swimlane swimlane, String name) FtileLabel
(ISkinParam skinParam, Swimlane swimlane, String name) -
Uses of Swimlane in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact that return SwimlaneModifier and TypeMethodDescriptionfinal Swimlane
UGraphicInterceptorOneSwimlane.getSwimlane()
FtileGroup.getSwimlaneIn()
FtileIfDown.getSwimlaneIn()
FtileNoteAlone.getSwimlaneIn()
FtileWithNoteOpale.getSwimlaneIn()
FtileWithNotes.getSwimlaneIn()
FtileGroup.getSwimlaneOut()
FtileIfDown.getSwimlaneOut()
FtileNoteAlone.getSwimlaneOut()
FtileWithNoteOpale.getSwimlaneOut()
FtileWithNotes.getSwimlaneOut()
protected Swimlane
AbstractParallelFtilesBuilder.swimlaneOutForStep2()
protected Swimlane
ParallelBuilderFork.swimlaneOutForStep2()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact that return types with arguments of type SwimlaneModifier and TypeMethodDescriptionUGraphicInterceptorOneSwimlane.getOrderedListOfAllSwimlanes()
FtileGroup.getSwimlanes()
FtileIfDown.getSwimlanes()
FtileNoteAlone.getSwimlanes()
FtileWithNoteOpale.getSwimlanes()
FtileWithNotes.getSwimlanes()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type SwimlaneModifier and TypeMethodDescriptionVCompactFactory.activity
(Display label, Swimlane swimlane, BoxStyle boxStyle, Colors colors, Stereotype stereotype) FtileFactoryDelegatorAddNote.addNote
(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes, VerticalAlignment verticalAlignment) VCompactFactory.addNote
(Ftile ftile, Swimlane swimlane, Collection<PositionedNote> notes, VerticalAlignment verticalAlignment) static Ftile
FtileIfDown.create
(Ftile diamond1, Ftile diamond2, Swimlane swimlane, Ftile thenBlock, Rainbow arrowColor, ConditionEndStyle conditionEndStyle, FtileFactory ftileFactory, Ftile optionalStop, Rainbow elseColor, Collection<PositionedNote> notes) FtileFactoryDelegatorIf.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype) VCompactFactory.createIf
(Swimlane swimlane, List<Branch> thens, Branch elseBranch, LinkRendering afterEndwhile, LinkRendering topInlinkRendering, Url url, Collection<PositionedNote> notes, Stereotype stereotype) FtileFactoryDelegatorCreateParallel.createParallel
(List<Ftile> all, ForkStyle style, String label, Swimlane in, Swimlane out) VCompactFactory.createParallel
(List<Ftile> all, ForkStyle style, String label, Swimlane in, Swimlane out) 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) VCompactFactory.createWhile
(LinkRendering afterEndwhile, Swimlane swimlane, Ftile whileBlock, Display test, Display yes, HColor color, Instruction specialOut, Ftile back, LinkRendering incoming1, LinkRendering incoming2) 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) 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) Constructors in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type SwimlaneModifierConstructorDescriptionFtileNoteAlone
(boolean shadow, Display note, ISkinParam skinParam, boolean withOutPoint, Swimlane swimlane) ParallelBuilderFork
(ISkinParam skinParam, StringBounder stringBounder, String label, Swimlane in, Swimlane out, List<Ftile> all) UGraphicInterceptorOneSwimlane
(UGraphic ug, Swimlane swimlane, List<Swimlane> orderedList) Constructor parameters in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with type arguments of type SwimlaneModifierConstructorDescriptionUGraphicInterceptorOneSwimlane
(UGraphic ug, Swimlane swimlane, List<Swimlane> orderedList) -
Uses of Swimlane in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond that return SwimlaneModifier and TypeMethodDescriptionFtileIfNude.getSwimlaneIn()
FtileSwitchNude.getSwimlaneIn()
FtileIfNude.getSwimlaneOut()
FtileSwitchNude.getSwimlaneOut()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond that return types with arguments of type SwimlaneMethods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond with parameters of type SwimlaneModifier and TypeMethodDescriptionstatic 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 SwimlaneModifierConstructorDescriptionConditionalBuilder
(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) FtileIfWithDiamonds
(Ftile diamond1, Ftile tile1, Ftile tile2, Ftile diamond2, Swimlane in, StringBounder stringBounder, Collection<PositionedNote> notes) FtileIfWithLinks
(Ftile diamond1, Ftile tile1, Ftile tile2, Ftile diamond2, Swimlane in, Rainbow arrowColor, ConditionEndStyle conditionEndStyle, StringBounder stringBounder, Collection<PositionedNote> notes) FtileSwitchNude
(List<Ftile> tiles, Swimlane in) FtileSwitchWithDiamonds
(List<Ftile> tiles, List<Branch> branches, Swimlane in, Ftile diamond1, Ftile diamond2, StringBounder stringBounder) FtileSwitchWithManyLinks
(List<Ftile> tiles, List<Branch> branches, Swimlane in, Ftile diamond1, Ftile diamond2, StringBounder stringBounder, Rainbow arrowColor) FtileSwitchWithOneLink
(List<Ftile> tiles, List<Branch> branches, Swimlane in, Ftile diamond1, Ftile diamond2, StringBounder stringBounder, Rainbow arrowColor) -
Uses of Swimlane in net.sourceforge.plantuml.activitydiagram3.ftile.vertical
Fields in net.sourceforge.plantuml.activitydiagram3.ftile.vertical declared as SwimlaneModifier and TypeFieldDescriptionprotected final Swimlane
FtileDiamondWIP.swimlane
protected final Swimlane
FtileDiamondWIP.swimlane
protected final Swimlane
FtileDiamondWIP.swimlane
protected final Swimlane
FtileDiamondWIP.swimlane
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vertical that return SwimlaneModifier and TypeMethodDescriptionFtileBlackBlock.getSwimlaneIn()
FtileBox.getSwimlaneIn()
FtileBox2.getSwimlaneIn()
FtileBoxOld.getSwimlaneIn()
FtileCircleEndCross.getSwimlaneIn()
FtileCircleSpot.getSwimlaneIn()
FtileCircleStart.getSwimlaneIn()
FtileCircleStop.getSwimlaneIn()
FtileDecorate.getSwimlaneIn()
FtileThinSplit.getSwimlaneIn()
FtileBlackBlock.getSwimlaneOut()
FtileBox.getSwimlaneOut()
FtileBox2.getSwimlaneOut()
FtileBoxOld.getSwimlaneOut()
FtileCircleEndCross.getSwimlaneOut()
FtileCircleSpot.getSwimlaneOut()
FtileCircleStart.getSwimlaneOut()
FtileCircleStop.getSwimlaneOut()
FtileDecorate.getSwimlaneOut()
FtileThinSplit.getSwimlaneOut()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vertical that return types with arguments of type SwimlaneModifier and TypeMethodDescriptionFtileBlackBlock.getSwimlanes()
FtileBox.getSwimlanes()
FtileBox2.getSwimlanes()
FtileBoxOld.getSwimlanes()
FtileCircleEndCross.getSwimlanes()
FtileCircleSpot.getSwimlanes()
FtileCircleStart.getSwimlanes()
FtileCircleStop.getSwimlanes()
FtileDecorate.getSwimlanes()
FtileThinSplit.getSwimlanes()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vertical with parameters of type SwimlaneModifier and TypeMethodDescriptionstatic FtileBox
FtileBox.create
(ISkinParam skinParam, Display label, Swimlane swimlane, BoxStyle boxStyle, Stereotype stereotype) static FtileBox2
FtileBox2.create
(ISkinParam skinParam, Display label, Swimlane swimlane, BoxStyle boxStyle, Stereotype stereotype) Constructors in net.sourceforge.plantuml.activitydiagram3.ftile.vertical with parameters of type SwimlaneModifierConstructorDescriptionFtileBlackBlock
(ISkinParam skinParam, Swimlane swimlane) FtileCircleEndCross
(ISkinParam skinParam, Swimlane swimlane, Style style) FtileCircleSpot
(ISkinParam skinParam, Swimlane swimlane, String spot, UFont font, HColor backColor, Style style) FtileCircleStart
(ISkinParam skinParam, Swimlane swimlane, Style style) FtileCircleStop
(ISkinParam skinParam, Swimlane swimlane, Style style) FtileDiamond
(ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane) FtileDiamondInside
(TextBlock label, ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane) FtileDiamondInside2
(TextBlock label, ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane) FtileDiamondSquare
(TextBlock label, ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane) FtileThinSplit
(ISkinParam skinParam, HColor colorBar, Swimlane swimlane) -
Uses of Swimlane in net.sourceforge.plantuml.activitydiagram3.gtile
Fields in net.sourceforge.plantuml.activitydiagram3.gtile declared as SwimlaneMethods in net.sourceforge.plantuml.activitydiagram3.gtile that return SwimlaneModifier and TypeMethodDescriptionAbstractGtile.getSwimlane
(String point) GPoint.getSwimlane()
GtileGroup.getSwimlane
(String point) GtileTopDown.getSwimlane
(String name) GtileTopDown3.getSwimlane
(String name) GtileWithMargin.getSwimlane
(String point) GtileWithNoteOpale.getSwimlane
(String point) GtileWithNotes.getSwimlane
(String point) Swimable2.getSwimlane
(String point) Methods in net.sourceforge.plantuml.activitydiagram3.gtile that return types with arguments of type SwimlaneModifier and TypeMethodDescriptionAbstractGtile.getSwimlanes()
GtileColumns.getSwimlanes()
GtileGroup.getSwimlanes()
GtileTopDown.getSwimlanes()
GtileTopDown3.getSwimlanes()
GtileWithMargin.getSwimlanes()
GtileWithNoteOpale.getSwimlanes()
GtileWithNotes.getSwimlanes()
Swimable2.getSwimlanes()
Methods in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type SwimlaneModifier and TypeMethodDescriptionstatic Gtile
static GtileBox
GtileBox.create
(StringBounder stringBounder, ISkinParam skinParam, Display label, Swimlane swimlane, BoxStyle boxStyle, Stereotype stereotype) static Gtile
GtileWhile.createWhile
(Swimlane swimlane, Gtile tmp, Display test, Display yes, Instruction specialOut, Gtile back) static AbstractGtileRoot
Gtiles.diamondEmpty
(Swimlane swimlane, StringBounder stringBounder, ISkinParam skinParam, StyleSignatureBasic styleSignature, HColor color) static GtileHexagonInside
Gtiles.hexagonInside
(Swimlane swimlane, StringBounder stringBounder, ISkinParam skinParam, StyleSignatureBasic styleSignature, HColor color, Display label) boolean
Constructors in net.sourceforge.plantuml.activitydiagram3.gtile with parameters of type SwimlaneModifierConstructorDescriptionAbstractGtile
(StringBounder stringBounder, ISkinParam skinParam, Swimlane singleSwimlane) GtileBreak
(StringBounder stringBounder, ISkinParam skinParam, Swimlane swimlane) GtileCircleSpot
(StringBounder stringBounder, ISkinParam skinParam, HColor backColor, Swimlane swimlane, String spot, UFont font) GtileCircleStart
(StringBounder stringBounder, ISkinParam skinParam, HColor backColor, Swimlane swimlane) GtileColumns
(List<Gtile> gtiles, Swimlane singleSwimlane, double margin) GtileEmpty
(StringBounder stringBounder, ISkinParam skinParam, double width, double height, Swimlane swimlane) GtileEmpty
(StringBounder stringBounder, ISkinParam skinParam, Swimlane swimlane) GtileGoto
(StringBounder stringBounder, ISkinParam skinParam, Swimlane swimlane, String name) GtileHexagonInside
(StringBounder stringBounder, TextBlock label, ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane) GtileIfAlone
(Swimlane swimlane, Gtile gtile, Branch branch0) GtileLabel
(StringBounder stringBounder, ISkinParam skinParam, Swimlane swimlane, String name) GtileSplit
(List<Gtile> gtiles, Swimlane singleSwimlane, HColor lineColor)