| Package | Description |
|---|---|
| net.sourceforge.plantuml.sequencediagram |
| Modifier and Type | Method and Description |
|---|---|
GroupingType |
Grouping.getType() |
static GroupingType |
GroupingType.getType(String s) |
static GroupingType |
GroupingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupingType[] |
GroupingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SequenceDiagram.grouping(String title,
String comment,
GroupingType type,
HtmlColor backColorGeneral,
HtmlColor backColorElement) |
| Constructor and Description |
|---|
Grouping(String title,
String comment,
GroupingType type,
HtmlColor backColorElement) |
GroupingLeaf(String title,
String comment,
GroupingType type,
HtmlColor backColorGeneral,
HtmlColor backColorElement,
GroupingStart start) |
Copyright © 2017. All rights reserved.