Class Doll
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.Doll
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraintAfter(StringBounder stringBounder)
void
addInternalConstraints(StringBounder stringBounder)
void
addParticipant(Participant p)
boolean
contains(Participant p)
static Doll
createPuma(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Rose skin, StringBounder stringBounder, StyleBuilder styleBuilder)
static Doll
createTeoz(ParticipantEnglober englober, TileArguments tileArguments)
void
drawMe(UGraphic ug, double height, Context2D context, Doll group)
Participant
getFirst2TOBEPRIVATE()
Participant
getLast2TOBEPRIVATE()
Real
getMaxX(StringBounder stringBounder)
Real
getMinX(StringBounder stringBounder)
ParticipantEnglober
getParticipantEnglober()
StyleSignatureBasic
getStyleSignature()
double
getTitlePreferredHeight()
Style[]
getUsedStyles()
String
toString()
-
-
-
Method Detail
-
createPuma
public static Doll createPuma(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Rose skin, StringBounder stringBounder, StyleBuilder styleBuilder)
-
createTeoz
public static Doll createTeoz(ParticipantEnglober englober, TileArguments tileArguments)
-
getStyleSignature
public final StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignature
in interfaceStyleable
-
getUsedStyles
public final Style[] getUsedStyles()
- Specified by:
getUsedStyles
in interfaceWithStyle
-
getParticipantEnglober
public final ParticipantEnglober getParticipantEnglober()
-
getTitlePreferredHeight
public double getTitlePreferredHeight()
-
getFirst2TOBEPRIVATE
public final Participant getFirst2TOBEPRIVATE()
-
getLast2TOBEPRIVATE
public final Participant getLast2TOBEPRIVATE()
-
contains
public boolean contains(Participant p)
-
addParticipant
public void addParticipant(Participant p)
-
addInternalConstraints
public void addInternalConstraints(StringBounder stringBounder)
-
addConstraintAfter
public void addConstraintAfter(StringBounder stringBounder)
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
-