Class WithNote
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.WithNote
-
- Direct Known Subclasses:
InstructionFork,InstructionIf,InstructionList,InstructionSwitch,InstructionWhile,MonoSwimable
public class WithNote extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WithNote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)protected FtileeventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane)java.util.Collection<PositionedNote>getPositionedNotes()booleanhasNotes()
-
-
-
Method Detail
-
addNote
public boolean addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote)
-
eventuallyAddNote
protected final Ftile eventuallyAddNote(FtileFactory factory, Ftile ftile, Swimlane swimlane)
-
getPositionedNotes
public java.util.Collection<PositionedNote> getPositionedNotes()
-
hasNotes
public boolean hasNotes()
-
-