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) boolean
boolean
createFtile
(FtileFactory factory) createGtile
(ISkinParam skinParam, StringBounder stringBounder) protected final Ftile
eventuallyAddNote
(FtileFactory factory, Ftile ftile, Swimlane swimlane) java.util.Collection<PositionedNote>
final Swimlane
final Swimlane
final java.util.Set<Swimlane>
boolean
hasNotes()
final boolean
kill()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.Instruction
addNote
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
-
Constructor Details
-
InstructionLabel
-
-
Method Details
-
createFtile
- Specified by:
createFtile
in interfaceInstruction
-
createGtile
- Specified by:
createGtile
in interfaceInstruction
-
add
- Specified by:
add
in interfaceInstruction
-
kill
public final boolean kill()- Specified by:
kill
in interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRendering
in interfaceInstruction
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreak
in interfaceInstruction
-
getSwimlanes
- Specified by:
getSwimlanes
in interfaceSwimable
-
getSwimlaneIn
- Specified by:
getSwimlaneIn
in interfaceSwimable
-
getSwimlaneOut
- Specified by:
getSwimlaneOut
in interfaceSwimable
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) -
eventuallyAddNote
-
getPositionedNotes
-
hasNotes
public boolean hasNotes()
-