Class InGroupableList
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.InGroupableList
-
- All Implemented Interfaces:
InGroupable
public class InGroupableList extends java.lang.Object implements InGroupable
-
-
Field Summary
Fields Modifier and Type Field Description static intMARGIN10
-
Constructor Summary
Constructors Constructor Description InGroupableList(ParticipantBox veryfirst, Grouping grouping, double startingY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInGroupable(InGroupable in)voidchangeHack2(double hack2)ParticipantBoxgetFirstParticipantBox()doublegetHack2()java.util.List<InGroupableList>getInnerList()ParticipantBoxgetLastParticipantBox()doublegetMaxX(StringBounder stringBounder)doublegetMinX(StringBounder stringBounder)booleanisEmpty()voidsetMinWidth(double minWidth)java.lang.StringtoString()java.lang.StringtoString(StringBounder stringBounder)
-
-
-
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 java.util.List<InGroupableList> getInnerList()
-
addInGroupable
public void addInGroupable(InGroupable in)
-
isEmpty
public boolean isEmpty()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toString
public java.lang.String toString(StringBounder stringBounder)
- Specified by:
toStringin interfaceInGroupable
-
setMinWidth
public void setMinWidth(double minWidth)
-
getFirstParticipantBox
public ParticipantBox getFirstParticipantBox()
-
getLastParticipantBox
public ParticipantBox getLastParticipantBox()
-
getMinX
public double getMinX(StringBounder stringBounder)
- Specified by:
getMinXin interfaceInGroupable
-
getMaxX
public double getMaxX(StringBounder stringBounder)
- Specified by:
getMaxXin interfaceInGroupable
-
changeHack2
public void changeHack2(double hack2)
-
getHack2
public double getHack2()
-
-