Class InstructionFork
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionFork
- All Implemented Interfaces:
Swimable,Instruction
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionFork(Instruction parent, LinkRendering inlinkRendering, ISkinParam skinParam, Swimlane swimlane) -
Method Summary
Modifier and TypeMethodDescriptionadd(Instruction ins) booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) booleancreateFtile(FtileFactory factory) createGtile(ISkinParam skinParam, StringBounder stringBounder) protected final FtileeventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment) voidbooleanhasNotes()final booleankill()voidmanageOutRendering(LinkRendering nextLinkRenderer, boolean endFork) void
-
Constructor Details
-
InstructionFork
public InstructionFork(Instruction parent, LinkRendering inlinkRendering, ISkinParam skinParam, Swimlane swimlane)
-
-
Method Details
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreakin interfaceInstruction
-
add
- Specified by:
addin interfaceInstruction
-
createGtile
- Specified by:
createGtilein interfaceInstruction
-
createFtile
- Specified by:
createFtilein interfaceInstruction
-
getParent
-
forkAgain
-
kill
public final boolean kill()- Specified by:
killin interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRenderingin interfaceInstruction
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) - Specified by:
addNotein interfaceInstruction
-
getSwimlanes
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOutin interfaceSwimable
-
manageOutRendering
-
setStyle
-
eventuallyAddNote
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment) -
getPositionedNotes
-
hasNotes
public boolean hasNotes()
-