net.sourceforge.plantuml.sequencediagram
Class GroupingStart

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.Grouping
      extended by net.sourceforge.plantuml.sequencediagram.GroupingStart
All Implemented Interfaces:
Event

public class GroupingStart
extends Grouping


Constructor Summary
GroupingStart(String title, String comment, HtmlColor backColorGeneral, HtmlColor backColorElement, GroupingStart parent)
           
 
Method Summary
 void addChildren(GroupingLeaf g)
           
 boolean dealWith(Participant someone)
           
 HtmlColor getBackColorGeneral()
           
 int getLevel()
           
 Url getUrl()
           
 
Methods inherited from class net.sourceforge.plantuml.sequencediagram.Grouping
getBackColorElement, getComment, getTitle, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupingStart

public GroupingStart(String title,
                     String comment,
                     HtmlColor backColorGeneral,
                     HtmlColor backColorElement,
                     GroupingStart parent)
Method Detail

addChildren

public void addChildren(GroupingLeaf g)

getLevel

public int getLevel()
Specified by:
getLevel in class Grouping

getBackColorGeneral

public HtmlColor getBackColorGeneral()
Specified by:
getBackColorGeneral in class Grouping

dealWith

public boolean dealWith(Participant someone)

getUrl

public Url getUrl()


Copyright © 2011. All Rights Reserved.