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 voidaddConstraintAfter(StringBounder stringBounder)voidaddInternalConstraints(StringBounder stringBounder)voidaddParticipant(Participant p)booleancontains(Participant p)static DollcreatePuma(ParticipantEnglober englober, Participant first, ISkinParam skinParam, Rose skin, StringBounder stringBounder, StyleBuilder styleBuilder)static DollcreateTeoz(ParticipantEnglober englober, TileArguments tileArguments, java.util.Map<ParticipantEnglober,Doll> alls)voiddrawMe(UGraphic ug, double height, Context2D context, Doll group)ParticipantgetFirst2TOBEPRIVATE()ParticipantgetLast2TOBEPRIVATE()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)DollgetParent()ParticipantEnglobergetParticipantEnglober()StyleSignatureBasicgetStyleSignature()doublegetTitlePreferredHeight()Style[]getUsedStyles()java.lang.StringtoString()
-
-
-
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, java.util.Map<ParticipantEnglober,Doll> alls)
-
getStyleSignature
public final StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignaturein interfaceStyleable
-
getUsedStyles
public final Style[] getUsedStyles()
- Specified by:
getUsedStylesin 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)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getParent
public Doll getParent()
-
addInternalConstraints
public void addInternalConstraints(StringBounder stringBounder)
-
addConstraintAfter
public void addConstraintAfter(StringBounder stringBounder)
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
-