Class InstructionWhile
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionWhile
- All Implemented Interfaces:
Swimable
,Instruction
,InstructionCollection
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionWhile
(Swimlane swimlane, Instruction parent, Display test, LinkRendering nextLinkRenderer, Display yes, HColor color, StyleBuilder currentStyleBuilder) -
Method Summary
Modifier and TypeMethodDescriptionadd
(Instruction ins) boolean
boolean
createFtile
(FtileFactory factory) createGtile
(ISkinParam skinParam, StringBounder stringBounder) protected final Ftile
eventuallyAddNote
(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment) getLast()
boolean
hasNotes()
void
incoming
(LinkRendering incoming) final boolean
kill()
void
void
outDisplay
(Display out) void
overwriteYes
(Display yes) void
setBackward
(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) void
setSpecial
(Instruction special)
-
Constructor Details
-
InstructionWhile
public InstructionWhile(Swimlane swimlane, Instruction parent, Display test, LinkRendering nextLinkRenderer, Display yes, HColor color, StyleBuilder currentStyleBuilder)
-
-
Method Details
-
overwriteYes
-
add
- Specified by:
add
in interfaceInstruction
-
createGtile
- Specified by:
createGtile
in interfaceInstruction
-
createFtile
- Specified by:
createFtile
in interfaceInstruction
-
getParent
-
kill
public final boolean kill()- Specified by:
kill
in interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRendering
in interfaceInstruction
-
outDisplay
-
outColor
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) - Specified by:
addNote
in interfaceInstruction
-
getSwimlanes
- Specified by:
getSwimlanes
in interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneIn
in interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOut
in interfaceSwimable
-
getLast
- Specified by:
getLast
in interfaceInstructionCollection
-
setSpecial
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreak
in interfaceInstruction
-
setBackward
public void setBackward(Display label, BoxStyle boxStyle, LinkRendering incoming1, LinkRendering incoming2, Stereotype stereotype) -
incoming
-
eventuallyAddNote
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment) -
getPositionedNotes
-
hasNotes
public boolean hasNotes()
-