Uses of Enum Class
net.sourceforge.plantuml.sequencediagram.NoteStyle
Packages that use NoteStyle
Package
Description
-
Uses of NoteStyle in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return NoteStyleModifier and TypeMethodDescriptionfinal NoteStyleNote.getNoteStyle()static NoteStyleNoteStyle.getNoteStyle(String s) static NoteStyleReturns 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) -
Uses of NoteStyle in net.sourceforge.plantuml.sequencediagram.teoz
Methods in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type NoteStyleModifier and TypeMethodDescriptionprotected static ComponentTypeNoteTile.getNoteComponentType(NoteStyle noteStyle)