| Package | Description |
|---|---|
| net.sourceforge.plantuml.sequencediagram | |
| net.sourceforge.plantuml.sequencediagram.graphic | |
| net.sourceforge.plantuml.sequencediagram.teoz |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventWithDeactivate |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEvent |
class |
AbstractMessage |
class |
Delay |
class |
Divider |
class |
Grouping |
class |
GroupingLeaf |
class |
GroupingStart |
class |
HSpace |
class |
LifeEvent |
class |
Message |
class |
MessageExo |
class |
Newpage |
class |
Note |
class |
Notes |
class |
Reference |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
SequenceDiagram.events() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Event> |
DrawableSet.getAllEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
DrawableSet.addEvent(Event event,
net.sourceforge.plantuml.sequencediagram.graphic.GraphicalElement object) |
void |
DrawableSet.addEvent(Newpage newpage,
net.sourceforge.plantuml.sequencediagram.graphic.GraphicalNewpage object,
Event justBefore) |
net.sourceforge.plantuml.sequencediagram.graphic.GraphicalElement |
DrawableSet.getEvent(Event ev) |
| Modifier and Type | Method and Description |
|---|---|
Event |
ElseTile.getEvent() |
Event |
NoteTile.getEvent() |
Event |
EmptyTile.getEvent() |
Event |
CommunicationTileSelfNoteRight.getEvent() |
Event |
MainTile.getEvent() |
Event |
HSpaceTile.getEvent() |
Event |
CommunicationTileNoteLeft.getEvent() |
Event |
CommunicationTileNoteRight.getEvent() |
Event |
CommunicationTileSelf.getEvent() |
Event |
ReferenceTile.getEvent() |
Event |
NotesTile.getEvent() |
Event |
DividerTile.getEvent() |
Event |
DelayTile.getEvent() |
Event |
CommunicationExoTile.getEvent() |
Event |
GroupingTile.getEvent() |
Event |
CommunicationTile.getEvent() |
Event |
TileMarged.getEvent() |
Event |
Tile.getEvent() |
Event |
LifeEventTile.getEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
LivingSpace.addStepForLivebox(Event event,
double y) |
void |
EventsHistory.addStepForLivebox(Event event,
double y) |
static List<Tile> |
TileBuilder.buildOne(Iterator<Event> it,
TileArguments tileArguments,
Event ev,
Tile parent) |
int |
EventsHistory.getLevelAt(Event event,
EventsHistoryMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static List<Tile> |
TileBuilder.buildOne(Iterator<Event> it,
TileArguments tileArguments,
Event ev,
Tile parent) |
static List<Tile> |
TileBuilder.buildSeveral(Iterator<Event> it,
TileArguments tileArguments,
Tile parent) |
| Constructor and Description |
|---|
EventsHistory(Participant p,
List<Event> events) |
GroupingTile(Iterator<Event> it,
GroupingStart start,
TileArguments tileArgumentsBachColorChanged,
TileArguments tileArgumentsOriginal) |
LivingSpace(Participant p,
ParticipantEnglober englober,
Skin skin,
ISkinParam skinParam,
Real position,
List<Event> events) |
MutingLine(Skin skin,
ISkinParam skinParam,
List<Event> events) |
Copyright © 2017. All rights reserved.