Uses of Enum Class
net.sourceforge.plantuml.sequencediagram.NoteType
Packages that use NoteType
Package
Description
-
Uses of NoteType in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 that return NoteTypeMethods in net.sourceforge.plantuml.activitydiagram3 with parameters of type NoteTypeModifier and TypeMethodDescriptionActivityDiagram3.addNote(Display note, NotePosition position, NoteType type, Colors colors) booleanBranch.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstruction.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionFork.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionGroup.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionIf.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionList.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionPartition.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionRepeat.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionSplit.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionSwitch.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionWhile.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type NoteTypeModifierConstructorDescriptionPositionedNote(Display note, NotePosition position, NoteType type, Swimlane swimlaneNote) PositionedNote(Display display, NotePosition position, NoteType type, Swimlane swimlaneNote, Colors colors) -
Uses of NoteType in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return NoteType