public class Englober
extends java.lang.Object
Constructor and Description |
---|
Englober(ParticipantEnglober participantEnglober,
Participant first,
ISkinParam skinParam,
Skin skin)
Deprecated.
|
Englober(ParticipantEnglober participantEnglober,
Participant first,
TileArguments tileArguments) |
Modifier and Type | Method and Description |
---|---|
void |
add(Participant p) |
void |
addConstraintAfter(Englober current) |
void |
addInternalConstraints() |
boolean |
contains(Participant p) |
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() |
@Deprecated public Englober(ParticipantEnglober participantEnglober, Participant first, ISkinParam skinParam, Skin skin)
public Englober(ParticipantEnglober participantEnglober, Participant first, TileArguments tileArguments)
public final Participant getFirst2TOBEPRIVATE()
public final Participant getLast2TOBEPRIVATE()
public final ParticipantEnglober getParticipantEnglober()
public boolean contains(Participant p)
public void add(Participant p)
public java.lang.String toString()
toString
in class java.lang.Object
public double getPreferredHeight()
public void addInternalConstraints()
public void addConstraintAfter(Englober current)
public Real getMinX(StringBounder stringBounder)
public Real getMaxX(StringBounder stringBounder)