Uses of Class
net.sourceforge.plantuml.sequencediagram.Note
Packages that use Note
Package
Description
-
Uses of Note in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return NoteMethods in net.sourceforge.plantuml.sequencediagram that return types with arguments of type NoteModifier and TypeMethodDescriptionNotes.asList()
AbstractMessage.getNoteOnMessages()
GroupingLeaf.getNoteOnMessages()
Reference.getNoteOnMessages()
Notes.iterator()
Methods in net.sourceforge.plantuml.sequencediagram with parameters of type NoteModifier and TypeMethodDescriptionvoid
final void
void
final void
final void
void
Constructors in net.sourceforge.plantuml.sequencediagram with parameters of type Note -
Uses of Note in net.sourceforge.plantuml.sequencediagram.teoz
Fields in net.sourceforge.plantuml.sequencediagram.teoz declared as NoteModifier and TypeFieldDescriptionprotected final Note
CommunicationTileNoteBottomTopAbstract.noteOnMessage
Constructors in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type NoteModifierConstructorDescriptionCommunicationTileNoteBottom
(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, Note noteOnMessage, YGauge currentY) CommunicationTileNoteBottomTopAbstract
(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, Note noteOnMessage, YGauge currentY) CommunicationTileNoteLeft
(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, LivingSpace livingSpace, Note noteOnMessage, YGauge currentY) CommunicationTileNoteRight
(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, LivingSpace livingSpace, Note noteOnMessage, YGauge currentY) CommunicationTileNoteTop
(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, Note noteOnMessage, YGauge currentY) CommunicationTileSelfNoteLeft
(CommunicationTileSelf tile, AbstractMessage message, Rose skin, ISkinParam skinParam, Note noteOnMessage, YGauge currentY) CommunicationTileSelfNoteRight
(CommunicationTileSelf tile, Message message, Rose skin, ISkinParam skinParam, Note noteOnMessage, YGauge currentY) NoteTile
(StringBounder stringBounder, LivingSpace livingSpace1, LivingSpace livingSpace2, Note note, Rose skin, ISkinParam skinParam, YGauge currentY)