Class Englober
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.Englober
-
public class Englober extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Participant p)voidaddConstraintAfter(Englober current)voidaddInternalConstraints()booleancontains(Participant p)static EnglobercreatePuma(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Skin skin, StringBounder stringBounder)static EnglobercreateTeoz(ParticipantEnglober participantEnglober, Participant first, TileArguments tileArguments)voiddrawEnglober(UGraphic ug, double height, Context2D context)ParticipantgetFirst2TOBEPRIVATE()ParticipantgetLast2TOBEPRIVATE()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)ParticipantEnglobergetParticipantEnglober()doublegetPreferredHeight()java.lang.StringtoString()
-
-
-
Method Detail
-
createPuma
public static Englober createPuma(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Skin skin, StringBounder stringBounder)
-
createTeoz
public static Englober createTeoz(ParticipantEnglober participantEnglober, Participant first, TileArguments tileArguments)
-
getFirst2TOBEPRIVATE
public final Participant getFirst2TOBEPRIVATE()
-
getLast2TOBEPRIVATE
public final Participant getLast2TOBEPRIVATE()
-
getParticipantEnglober
public final ParticipantEnglober getParticipantEnglober()
-
contains
public boolean contains(Participant p)
-
add
public void add(Participant p)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getPreferredHeight
public double getPreferredHeight()
-
addInternalConstraints
public void addInternalConstraints()
-
addConstraintAfter
public void addConstraintAfter(Englober current)
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
-