public abstract class Grouping extends Object implements Event
Constructor and Description |
---|
Grouping(String title,
String comment,
GroupingType type,
HtmlColor backColorElement) |
Modifier and Type | Method and Description |
---|---|
HtmlColor |
getBackColorElement() |
abstract HtmlColor |
getBackColorGeneral() |
String |
getComment() |
abstract int |
getLevel() |
String |
getTitle() |
GroupingType |
getType() |
abstract boolean |
isParallel() |
String |
toString() |
public Grouping(String title, String comment, GroupingType type, HtmlColor backColorElement)
public final String getTitle()
public final GroupingType getType()
public abstract int getLevel()
public abstract HtmlColor getBackColorGeneral()
public final String getComment()
public final HtmlColor getBackColorElement()
public abstract boolean isParallel()
isParallel
in interface Event
Copyright © 2015. All Rights Reserved.