| Package | Description |
|---|---|
| net.sourceforge.plantuml.sequencediagram |
| Modifier and Type | Method and Description |
|---|---|
NoteStyle |
NoteOnMessage.getNoteStyle() |
static NoteStyle |
NoteStyle.getNoteStyle(String s) |
NoteStyle |
Note.getStyle() |
static NoteStyle |
NoteStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoteStyle[] |
NoteStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
Note.setStyle(NoteStyle style) |
| Constructor and Description |
|---|
NoteOnMessage(Display strings,
NotePosition notePosition,
NoteStyle noteStyle,
String backcolor,
Url url) |
Copyright © 2017. All rights reserved.