net.sourceforge.plantuml.sequencediagram
Class GroupingLeaf

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

public class GroupingLeaf
extends Grouping


Constructor Summary
GroupingLeaf(String title, String comment, GroupingType type, HtmlColor backColorGeneral, HtmlColor backColorElement, GroupingStart start)
           
 
Method Summary
 boolean dealWith(Participant someone)
           
 HtmlColor getBackColorGeneral()
           
 Grouping getJustBefore()
           
 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

GroupingLeaf

public GroupingLeaf(String title,
                    String comment,
                    GroupingType type,
                    HtmlColor backColorGeneral,
                    HtmlColor backColorElement,
                    GroupingStart start)
Method Detail

getJustBefore

public Grouping getJustBefore()

getLevel

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

getBackColorGeneral

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

dealWith

public boolean dealWith(Participant someone)

getUrl

public Url getUrl()


Copyright © 2011. All Rights Reserved.