Class InGroupableList
java.lang.Object
net.sourceforge.plantuml.sequencediagram.InGroupableList
- All Implemented Interfaces:
InGroupable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInGroupableList(ParticipantBox veryfirst, Grouping grouping, double startingY) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidchangeHack2(double hack2) doublegetHack2()doublegetMaxX(StringBounder stringBounder) doublegetMinX(StringBounder stringBounder) booleanisEmpty()voidsetMinWidth(double minWidth) toString()toString(StringBounder stringBounder)
-
Field Details
-
MARGIN10
public static final int MARGIN10- See Also:
-
-
Constructor Details
-
InGroupableList
-
-
Method Details
-
getInnerList
-
addInGroupable
-
isEmpty
public boolean isEmpty() -
toString
-
toString
- Specified by:
toStringin interfaceInGroupable
-
setMinWidth
public void setMinWidth(double minWidth) -
getFirstParticipantBox
-
getLastParticipantBox
-
getMinX
- Specified by:
getMinXin interfaceInGroupable
-
getMaxX
- Specified by:
getMaxXin interfaceInGroupable
-
changeHack2
public void changeHack2(double hack2) -
getHack2
public double getHack2()
-