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 void
add(Participant p)
void
addConstraintAfter(Englober current)
void
addInternalConstraints()
boolean
contains(Participant p)
static Englober
createPuma(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Skin skin, StringBounder stringBounder)
static Englober
createTeoz(ParticipantEnglober participantEnglober, Participant first, TileArguments tileArguments)
void
drawEnglober(UGraphic ug, double height, Context2D context)
Participant
getFirst2TOBEPRIVATE()
Participant
getLast2TOBEPRIVATE()
Real
getMaxX(StringBounder stringBounder)
Real
getMinX(StringBounder stringBounder)
ParticipantEnglober
getParticipantEnglober()
double
getPreferredHeight()
java.lang.String
toString()
-
-
-
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:
toString
in 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)
-
-