| Package | Description |
|---|---|
| net.sourceforge.plantuml.activitydiagram3 | |
| net.sourceforge.plantuml.sequencediagram | |
| net.sourceforge.plantuml.sequencediagram.graphic |
| Modifier and Type | Method and Description |
|---|---|
NotePosition |
PositionedNote.getNotePosition() |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutionResult |
ActivityDiagram3.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors) |
boolean |
InstructionList.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
Branch.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 |
InstructionFork.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 |
InstructionSplit.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 |
InstructionGroup.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 |
WithNote.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionWhile.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
| Constructor and Description |
|---|
PositionedNote(Display display,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
PositionedNote(Display note,
NotePosition position,
NoteType type,
Swimlane swimlaneNote) |
| Modifier and Type | Method and Description |
|---|---|
static NotePosition |
NotePosition.defaultLeft(String s) |
NotePosition |
NoteOnMessage.getNotePosition() |
NotePosition |
Note.getPosition() |
protected NotePosition |
MessageExo.overideNotePosition(NotePosition notePosition) |
protected NotePosition |
AbstractMessage.overideNotePosition(NotePosition notePosition) |
static NotePosition |
NotePosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotePosition[] |
NotePosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected NotePosition |
MessageExo.overideNotePosition(NotePosition notePosition) |
protected NotePosition |
AbstractMessage.overideNotePosition(NotePosition notePosition) |
void |
GroupingLeaf.setNote(Display strings,
NotePosition notePosition,
NoteStyle noteStyle,
String backcolor,
Url url) |
void |
AbstractMessage.setNote(Display strings,
NotePosition notePosition,
NoteStyle noteStyle,
String backcolor,
Url url) |
| Constructor and Description |
|---|
Note(Participant p,
NotePosition position,
Display strings) |
NoteOnMessage(Display strings,
NotePosition notePosition,
NoteStyle noteStyle,
String backcolor,
Url url) |
| Modifier and Type | Method and Description |
|---|---|
LivingParticipantBox |
MessageExoArrow.getParticipantAt(StringBounder stringBounder,
NotePosition position) |
Copyright © 2017. All rights reserved.