Class Grouping
java.lang.Object
net.sourceforge.plantuml.sequencediagram.Grouping
- Direct Known Subclasses:
GroupingLeaf
,GroupingStart
-
Constructor Summary
ConstructorsConstructorDescriptionGrouping
(String title, String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder) -
Method Summary
-
Constructor Details
-
Grouping
public Grouping(String title, String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder)
-
-
Method Details
-
getDefaultStyleDefinition
- Specified by:
getDefaultStyleDefinition
in interfaceStyleable
-
getUsedStyles
- Specified by:
getUsedStyles
in interfaceWithStyle
-
toString
-
getTitle
-
getType
-
getLevel
public abstract int getLevel() -
getBackColorGeneral
-
getComment
-
getBackColorElement
-
isParallel
public abstract boolean isParallel()- Specified by:
isParallel
in interfaceEvent
-