Class InstructionGroup
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.InstructionGroup
-
- All Implemented Interfaces:
Swimable,Instruction,InstructionCollection
public class InstructionGroup extends Object implements Instruction, InstructionCollection
-
-
Constructor Summary
Constructors Constructor Description InstructionGroup(Instruction parent, Display test, HColor backColor, HColor titleColor, Swimlane swimlane, HColor borderColor, LinkRendering linkRendering, USymbol type, double roundCorner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResultadd(Instruction ins)booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)booleancontainsBreak()FtilecreateFtile(FtileFactory factory)GtilecreateGtile(ISkinParam skinParam, StringBounder stringBounder)LinkRenderinggetInLinkRendering()InstructiongetLast()InstructiongetParent()SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()Set<Swimlane>getSwimlanes()booleankill()
-
-
-
Constructor Detail
-
InstructionGroup
public InstructionGroup(Instruction parent, Display test, HColor backColor, HColor titleColor, Swimlane swimlane, HColor borderColor, LinkRendering linkRendering, USymbol type, double roundCorner)
-
-
Method Detail
-
containsBreak
public boolean containsBreak()
- Specified by:
containsBreakin interfaceInstruction
-
add
public CommandExecutionResult add(Instruction ins)
- Specified by:
addin interfaceInstruction
-
createGtile
public Gtile createGtile(ISkinParam skinParam, StringBounder stringBounder)
- Specified by:
createGtilein interfaceInstruction
-
createFtile
public Ftile createFtile(FtileFactory factory)
- Specified by:
createFtilein interfaceInstruction
-
getParent
public Instruction getParent()
-
kill
public final boolean kill()
- Specified by:
killin interfaceInstruction
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRenderingin interfaceInstruction
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
- Specified by:
addNotein interfaceInstruction
-
getSwimlanes
public Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOutin interfaceSwimable
-
getLast
public Instruction getLast()
- Specified by:
getLastin interfaceInstructionCollection
-
-