public abstract class Grouping extends java.lang.Object implements Event, WithStyle
Constructor and Description |
---|
Grouping(java.lang.String title,
java.lang.String comment,
GroupingType type,
HColor backColorElement,
StyleBuilder styleBuilder) |
Modifier and Type | Method and Description |
---|---|
HColor |
getBackColorElement() |
abstract HColor |
getBackColorGeneral() |
java.lang.String |
getComment() |
abstract int |
getLevel() |
StyleSignatureBasic |
getStyleSignature() |
java.lang.String |
getTitle() |
GroupingType |
getType() |
Style[] |
getUsedStyles() |
abstract boolean |
isParallel() |
java.lang.String |
toString() |
public Grouping(java.lang.String title, java.lang.String comment, GroupingType type, HColor backColorElement, StyleBuilder styleBuilder)
public StyleSignatureBasic getStyleSignature()
getStyleSignature
in interface Styleable
public Style[] getUsedStyles()
getUsedStyles
in interface WithStyle
public final java.lang.String toString()
toString
in class java.lang.Object
public final java.lang.String getTitle()
public final GroupingType getType()
public abstract int getLevel()
public abstract HColor getBackColorGeneral()
public final java.lang.String getComment()
public final HColor getBackColorElement()
public abstract boolean isParallel()
isParallel
in interface Event