Class InstructionSimple
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionSimple
- All Implemented Interfaces:
Swimable,Instruction
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionSimple(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype, StyleBuilder styleBuilder) -
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
-
InstructionSimple
public InstructionSimple(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype, StyleBuilder styleBuilder)
-
-
Method Details
-
containsBreak
public boolean containsBreak()- Specified by:
containsBreakin interfaceInstruction
-
createGtile
- Specified by:
createGtilein interfaceInstruction
-
createFtile
- Specified by:
createFtilein interfaceInstruction
-
add
- Specified by:
addin interfaceInstruction
-
kill
public final boolean kill()- Specified by:
killin interfaceInstruction
-
getInLinkRendering
- Specified by:
getInLinkRenderingin 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()
-