Uses of Enum Class
net.sourceforge.plantuml.sequencediagram.GroupingType
Packages that use GroupingType
-
Uses of GroupingType in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return GroupingTypeModifier and TypeMethodDescriptionfinal GroupingTypeGrouping.getType()static GroupingTypestatic GroupingTypeReturns the enum constant of this class with the specified name.static GroupingType[]GroupingType.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 GroupingTypeModifier and TypeMethodDescriptionbooleanSequenceDiagram.grouping(String title, String comment, GroupingType type, HColor backColorGeneral, HColor backColorElement, boolean parallel) Constructors in net.sourceforge.plantuml.sequencediagram with parameters of type GroupingTypeModifierConstructorDescriptionGrouping(String title, String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder) GroupingLeaf(String title, String comment, GroupingType type, HColor backColorGeneral, HColor backColorElement, GroupingStart start, StyleBuilder styleBuilder)