Class InstructionGroup
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionGroup
- All Implemented Interfaces:
Swimable
,Instruction
,InstructionCollection
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionGroup
(Instruction parent, Display title, HColor backColor, Swimlane swimlane, LinkRendering linkRendering, USymbol type, Style style) -
Method Summary
Modifier and TypeMethodDescriptionadd
(Instruction ins) boolean
addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) boolean
createFtile
(FtileFactory factory) createGtile
(ISkinParam skinParam, StringBounder stringBounder) getLast()
final boolean
kill()
-
Constructor Details
-
InstructionGroup
public InstructionGroup(Instruction parent, Display title, HColor backColor, Swimlane swimlane, LinkRendering linkRendering, USymbol type, Style style)
-
-
Method Details
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreak
in interfaceInstruction
-
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
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) - 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
-