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:
getStyleSignaturein interfaceStyleable
-
getUsedStyles
- Specified by:
getUsedStylesin interfaceWithStyle
-
toString
-
getTitle
-
getType
-
getLevel
public abstract int getLevel() -
getBackColorGeneral
-
getComment
-
getBackColorElement
-
isParallel
public abstract boolean isParallel()- Specified by:
isParallelin interfaceEvent- Overrides:
isParallelin classAbstractEvent
-