Class Grouping
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.Grouping
-
- Direct Known Subclasses:
GroupingLeaf
,GroupingStart
public abstract class Grouping extends Object 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()
StyleSignature
getDefaultStyleDefinition()
abstract int
getLevel()
String
getTitle()
GroupingType
getType()
Style[]
getUsedStyles()
abstract boolean
isParallel()
String
toString()
-
-
-
Constructor Detail
-
Grouping
public Grouping(String title, String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder)
-
-
Method Detail
-
getDefaultStyleDefinition
public StyleSignature getDefaultStyleDefinition()
- Specified by:
getDefaultStyleDefinition
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
-
-