Class InstructionPartition
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionPartition
- All Implemented Interfaces:
Swimable,Instruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(Instruction other) booleanbooleancreateFtile(FtileFactory factory) createGtile(ISkinParam skinParam, StringBounder stringBounder) booleankill()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.activitydiagram3.Instruction
createGtile
-
Constructor Details
-
InstructionPartition
-
-
Method Details
-
getParent
-
getSwimlanes
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOutin interfaceSwimable
-
createFtile
- Specified by:
createFtilein interfaceInstruction
-
add
- Specified by:
addin interfaceInstruction
-
kill
public 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) - Specified by:
addNotein interfaceInstruction
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreakin interfaceInstruction
-
createGtile
-