Class LivingSpaces
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.LivingSpaces
-
public class LivingSpaces extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LivingSpaces()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints(StringBounder stringBounder)
void
delayOn(double y, double height)
void
drawHeads(UGraphic ug, Context2D context, VerticalAlignment verticalAlignment)
void
drawLifeLines(UGraphic ug, double height, Context2D context)
LivingSpace
get(Participant participant)
double
getHeadHeight(StringBounder stringBounder)
LivingSpace
next(LivingSpace element)
java.util.Collection<Participant>
participants()
LivingSpace
previous(LivingSpace element)
void
put(Participant participant, LivingSpace livingSpace)
int
size()
java.util.Collection<LivingSpace>
values()
-
-
-
Method Detail
-
values
public java.util.Collection<LivingSpace> values()
-
addConstraints
public void addConstraints(StringBounder stringBounder)
-
previous
public LivingSpace previous(LivingSpace element)
-
next
public LivingSpace next(LivingSpace element)
-
participants
public java.util.Collection<Participant> participants()
-
put
public void put(Participant participant, LivingSpace livingSpace)
-
get
public LivingSpace get(Participant participant)
-
drawHeads
public void drawHeads(UGraphic ug, Context2D context, VerticalAlignment verticalAlignment)
-
getHeadHeight
public double getHeadHeight(StringBounder stringBounder)
-
delayOn
public void delayOn(double y, double height)
-
size
public int size()
-
-