net.sourceforge.plantuml.sequencediagram
Class InGroupableList

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.InGroupableList
All Implemented Interfaces:
InGroupable

public class InGroupableList
extends Object
implements InGroupable


Field Summary
static int MARGIN10
           
 
Constructor Summary
InGroupableList(ParticipantBox veryfirst, Grouping grouping, double startingY)
           
 
Method Summary
 void addInGroupable(InGroupable in)
           
 ParticipantBox getFirstParticipantBox()
           
 List<InGroupableList> getInnerList()
           
 ParticipantBox getLastParticipantBox()
           
 double getMaxX(StringBounder stringBounder)
           
 double getMinX(StringBounder stringBounder)
           
 boolean isEmpty()
           
 void setMinWidth(double minWidth)
           
 String toString()
           
 String toString(StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MARGIN10

public static final int MARGIN10
See Also:
Constant Field Values
Constructor Detail

InGroupableList

public InGroupableList(ParticipantBox veryfirst,
                       Grouping grouping,
                       double startingY)
Method Detail

getInnerList

public List<InGroupableList> getInnerList()

addInGroupable

public void addInGroupable(InGroupable in)

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object

toString

public String toString(StringBounder stringBounder)
Specified by:
toString in interface InGroupable

setMinWidth

public void setMinWidth(double minWidth)

getFirstParticipantBox

public ParticipantBox getFirstParticipantBox()

getLastParticipantBox

public ParticipantBox getLastParticipantBox()

getMinX

public double getMinX(StringBounder stringBounder)
Specified by:
getMinX in interface InGroupable

getMaxX

public double getMaxX(StringBounder stringBounder)
Specified by:
getMaxX in interface InGroupable


Copyright © 2013. All Rights Reserved.