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(java.lang.String title, java.lang.String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description HColorgetBackColorElement()abstract HColorgetBackColorGeneral()java.lang.StringgetComment()abstract intgetLevel()StyleSignatureBasicgetStyleSignature()java.lang.StringgetTitle()GroupingTypegetType()Style[]getUsedStyles()abstract booleanisParallel()java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
getUrl, hasUrl, setY
-
-
-
-
Constructor Detail
-
Grouping
public Grouping(java.lang.String title, java.lang.String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder)
-
-
Method Detail
-
getStyleSignature
public StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignaturein interfaceStyleable
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStylesin interfaceWithStyle
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getTitle
public final java.lang.String getTitle()
-
getType
public final GroupingType getType()
-
getLevel
public abstract int getLevel()
-
getBackColorGeneral
public abstract HColor getBackColorGeneral()
-
getComment
public final java.lang.String getComment()
-
getBackColorElement
public final HColor getBackColorElement()
-
isParallel
public abstract boolean isParallel()
- Specified by:
isParallelin interfaceEvent- Overrides:
isParallelin classAbstractEvent
-
-