Uses of Enum Class
net.sourceforge.plantuml.sequencediagram.NoteStyle
Packages that use NoteStyle
-
Uses of NoteStyle in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return NoteStyleModifier and TypeMethodDescriptionfinal NoteStyle
Note.getNoteStyle()
static NoteStyle
NoteStyle.getNoteStyle
(String s) static NoteStyle
Returns the enum constant of this class with the specified name.static NoteStyle[]
NoteStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.sequencediagram with parameters of type NoteStyleConstructors in net.sourceforge.plantuml.sequencediagram with parameters of type NoteStyleModifierConstructorDescriptionNote
(Display strings, NotePosition position, NoteStyle style, StyleBuilder styleBuilder)