| Package | Description |
|---|---|
| net.sourceforge.plantuml.sequencediagram | |
| net.sourceforge.plantuml.sequencediagram.graphic | |
| net.sourceforge.plantuml.sequencediagram.teoz |
| Modifier and Type | Method and Description |
|---|---|
Participant |
SequenceDiagram.createNewParticipant(ParticipantType type,
String code,
Display display) |
Participant |
Englober.getFirst2TOBEPRIVATE() |
Participant |
Englober.getLast2TOBEPRIVATE() |
Participant |
SequenceDiagram.getOrCreateParticipant(String code)
Deprecated.
|
Participant |
SequenceDiagram.getOrCreateParticipant(String code,
Display display) |
Participant |
MessageExo.getParticipant() |
Participant |
LifeEvent.getParticipant() |
Participant |
Note.getParticipant() |
Participant |
Message.getParticipant1() |
Participant |
Message.getParticipant2() |
Participant |
Note.getParticipant2() |
| Modifier and Type | Method and Description |
|---|---|
List<Participant> |
Reference.getParticipant() |
Map<String,Participant> |
SequenceDiagram.participants() |
| Modifier and Type | Method and Description |
|---|---|
String |
SequenceDiagram.activate(Participant p,
LifeEventType lifeEventType,
HtmlColor backcolor) |
String |
SequenceDiagram.activate(Participant p,
LifeEventType lifeEventType,
HtmlColor backcolor,
HtmlColor linecolor) |
void |
Englober.add(Participant p) |
boolean |
Message.compatibleForCreate(Participant p) |
boolean |
MessageExo.compatibleForCreate(Participant p) |
abstract boolean |
AbstractMessage.compatibleForCreate(Participant p) |
boolean |
Englober.contains(Participant p) |
boolean |
Divider.dealWith(Participant someone) |
boolean |
GroupingStart.dealWith(Participant someone) |
boolean |
Reference.dealWith(Participant someone) |
boolean |
Message.dealWith(Participant someone) |
boolean |
Delay.dealWith(Participant someone) |
boolean |
Notes.dealWith(Participant someone) |
boolean |
GroupingLeaf.dealWith(Participant someone) |
boolean |
MessageExo.dealWith(Participant someone) |
boolean |
LifeEvent.dealWith(Participant someone) |
boolean |
Newpage.dealWith(Participant someone) |
boolean |
Note.dealWith(Participant someone) |
boolean |
Event.dealWith(Participant someone) |
boolean |
HSpace.dealWith(Participant someone) |
ParticipantEnglober |
SequenceDiagram.getEnglober(Participant p) |
boolean |
LifeEvent.isDestroy(Participant p) |
| Constructor and Description |
|---|
Englober(ParticipantEnglober participantEnglober,
Participant first,
ISkinParam skinParam,
Skin skin,
StringBounder stringBounder)
Deprecated.
|
Englober(ParticipantEnglober participantEnglober,
Participant first,
TileArguments tileArguments) |
LifeEvent(Participant p,
LifeEventType type,
SymbolContext backcolor) |
Message(Participant p1,
Participant p2,
Display label,
ArrowConfiguration arrowConfiguration,
String messageNumber) |
MessageExo(Participant p,
MessageExoType type,
Display label,
ArrowConfiguration arrowConfiguration,
String messageNumber,
boolean shortArrow) |
Note(Participant p,
NotePosition position,
Display strings) |
Note(Participant p,
Participant p2,
Display strings) |
| Constructor and Description |
|---|
Reference(List<Participant> participants,
Url url,
Display strings,
HtmlColor backColorGeneral,
HtmlColor backColorElement) |
| Modifier and Type | Method and Description |
|---|---|
Set<Participant> |
DrawableSet.getAllParticipants() |
| Modifier and Type | Method and Description |
|---|---|
void |
DrawableSet.addParticipant(Participant p,
ParticipantEnglober participantEnglober) |
double |
DrawableSet.getHeadAndEngloberHeight(Participant p,
StringBounder stringBounder) |
LivingParticipantBox |
DrawableSet.getLivingParticipantBox(Participant p) |
void |
DrawableSet.setLivingParticipantBox(Participant p,
LivingParticipantBox box) |
| Modifier and Type | Method and Description |
|---|---|
Participant |
LivingSpace.getParticipant() |
Participant |
EventsHistory.getParticipant() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Participant> |
LivingSpaces.participants() |
| Modifier and Type | Method and Description |
|---|---|
LivingSpace |
LivingSpaces.get(Participant participant) |
LivingSpace |
TileArguments.getLivingSpace(Participant p) |
void |
LivingSpaces.put(Participant participant,
LivingSpace livingSpace) |
| Constructor and Description |
|---|
EventsHistory(Participant p,
List<Event> events) |
LiveBoxes(EventsHistory eventsHistory,
Skin skin,
ISkinParam skinParam,
Participant participant) |
LivingSpace(Participant p,
ParticipantEnglober englober,
Skin skin,
ISkinParam skinParam,
Real position,
List<Event> events) |
Copyright © 2017. All rights reserved.