Class Grouping
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.AbstractEvent
-
- net.sourceforge.plantuml.sequencediagram.Grouping
-
- Direct Known Subclasses:
GroupingLeaf
,GroupingStart
public abstract class Grouping extends AbstractEvent implements Event, WithStyle
-
-
Constructor Summary
Constructors Constructor Description Grouping(String title, String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description HColor
getBackColorElement()
abstract HColor
getBackColorGeneral()
String
getComment()
abstract int
getLevel()
StyleSignatureBasic
getStyleSignature()
String
getTitle()
GroupingType
getType()
Style[]
getUsedStyles()
abstract boolean
isParallel()
String
toString()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
getUrl, hasUrl, setY
-
-
-
-
Constructor Detail
-
Grouping
public Grouping(String title, String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder)
-
-
Method Detail
-
getStyleSignature
public StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignature
in interfaceStyleable
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStyles
in interfaceWithStyle
-
getTitle
public final String getTitle()
-
getType
public final GroupingType getType()
-
getLevel
public abstract int getLevel()
-
getBackColorGeneral
public abstract HColor getBackColorGeneral()
-
getComment
public final String getComment()
-
getBackColorElement
public final HColor getBackColorElement()
-
isParallel
public abstract boolean isParallel()
- Specified by:
isParallel
in interfaceEvent
- Overrides:
isParallel
in classAbstractEvent
-
-