Uses of Enum Class
net.sourceforge.plantuml.sequencediagram.NotePosition
Packages that use NotePosition
Package
Description
-
Uses of NotePosition in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 that return NotePositionMethods in net.sourceforge.plantuml.activitydiagram3 with parameters of type NotePositionModifier and TypeMethodDescriptionActivityDiagram3.addNote
(Display note, NotePosition position, NoteType type, Colors colors) boolean
Branch.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
Instruction.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionFork.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionGroup.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionIf.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionList.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionPartition.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionRepeat.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionSplit.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionSwitch.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) boolean
InstructionWhile.addNote
(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type NotePositionModifierConstructorDescriptionPositionedNote
(Display note, NotePosition position, NoteType type, Swimlane swimlaneNote) PositionedNote
(Display display, NotePosition position, NoteType type, Swimlane swimlaneNote, Colors colors) -
Uses of NotePosition in net.sourceforge.plantuml.asciiart
Methods in net.sourceforge.plantuml.asciiart with parameters of type NotePositionModifier and TypeMethodDescriptionTextSkin.createComponentNote
(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition) -
Uses of NotePosition in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return NotePositionModifier and TypeMethodDescriptionstatic NotePosition
NotePosition.defaultLeft
(String s) Note.getPosition()
protected NotePosition
AbstractMessage.overrideNotePosition
(NotePosition notePosition) protected NotePosition
MessageExo.overrideNotePosition
(NotePosition notePosition) static NotePosition
Returns the enum constant of this class with the specified name.static NotePosition[]
NotePosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.sequencediagram with parameters of type NotePositionModifier and TypeMethodDescriptionprotected NotePosition
AbstractMessage.overrideNotePosition
(NotePosition notePosition) protected NotePosition
MessageExo.overrideNotePosition
(NotePosition notePosition) Note.withPosition
(NotePosition newPosition) Constructors in net.sourceforge.plantuml.sequencediagram with parameters of type NotePositionModifierConstructorDescriptionNote
(Display strings, NotePosition position, NoteStyle style, StyleBuilder styleBuilder) Note
(Participant p, NotePosition position, Display strings, StyleBuilder styleBuilder) -
Uses of NotePosition in net.sourceforge.plantuml.sequencediagram.graphic
Methods in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type NotePositionModifier and TypeMethodDescriptionMessageExoArrow.getParticipantAt
(StringBounder stringBounder, NotePosition position) -
Uses of NotePosition in net.sourceforge.plantuml.skin.rose
Methods in net.sourceforge.plantuml.skin.rose with parameters of type NotePositionModifier and TypeMethodDescriptionRose.createComponentNote
(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition)