| Package | Description |
|---|---|
| net.sourceforge.plantuml.sequencediagram |
| Modifier and Type | Method and Description |
|---|---|
LifeEventType |
LifeEvent.getType() |
static LifeEventType |
LifeEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeEventType[] |
LifeEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
| Constructor and Description |
|---|
LifeEvent(Participant p,
LifeEventType type,
SymbolContext backcolor) |
Copyright © 2017. All rights reserved.