Class InstructionLabel
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionLabel
- All Implemented Interfaces:
Swimable,Instruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(Instruction other) 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) final Swimlanefinal SwimlanebooleanhasNotes()final 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
addNoteMethods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
-
Constructor Details
-
InstructionLabel
-
-
Method Details
-
createFtile
- Specified by:
createFtilein interfaceInstruction
-
createGtile
- Specified by:
createGtilein interfaceInstruction
-
add
- Specified by:
addin interfaceInstruction
-
kill
public final boolean kill()- Specified by:
killin interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRenderingin interfaceInstruction
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreakin interfaceInstruction
-
getSwimlanes
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOutin interfaceSwimable
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote, Stereotype stereotype) -
eventuallyAddNote
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane, VerticalAlignment verticalAlignment) -
getPositionedNotes
-
hasNotes
public boolean hasNotes()
-