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()
           
 GroupingStart getGroupingStart()
           
 Grouping getJustAfter()
           
 int getLevel()
           
 Url getUrl()
           
 boolean hasUrl()
           
 boolean isParallel()
           
 
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

getJustAfter

public Grouping getJustAfter()

getGroupingStart

public GroupingStart getGroupingStart()

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()

hasUrl

public boolean hasUrl()

isParallel

public boolean isParallel()
Specified by:
isParallel in class Grouping


Copyright © 2014. All Rights Reserved.