Class Grouping
java.lang.Object
net.sourceforge.plantuml.sequencediagram.AbstractEvent
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
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
getUrl, hasUrl, setY
-
Constructor Details
-
Grouping
public Grouping(String title, String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder)
-
-
Method Details
-
getStyleSignature
- Specified by:
getStyleSignature
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
- Overrides:
isParallel
in classAbstractEvent
-