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 TypeMethodDescriptionvoid
void
changeHack2
(double hack2) double
getHack2()
java.util.List<InGroupableList>
double
getMaxX
(StringBounder stringBounder) double
getMinX
(StringBounder stringBounder) boolean
isEmpty()
void
setMinWidth
(double minWidth) java.lang.String
toString()
java.lang.String
toString
(StringBounder stringBounder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
MARGIN10
public static final int MARGIN10- See Also:
-
-
Constructor Details
-
InGroupableList
-
-
Method Details
-
getInnerList
-
addInGroupable
-
isEmpty
public boolean isEmpty() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
toString
- Specified by:
toString
in interfaceInGroupable
-
setMinWidth
public void setMinWidth(double minWidth) -
getFirstParticipantBox
-
getLastParticipantBox
-
getMinX
- Specified by:
getMinX
in interfaceInGroupable
-
getMaxX
- Specified by:
getMaxX
in interfaceInGroupable
-
changeHack2
public void changeHack2(double hack2) -
getHack2
public double getHack2()
-