public class LivingSpaces extends Object
Constructor and Description |
---|
LivingSpaces() |
Modifier and Type | Method and 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) |
Collection<Participant> |
participants() |
LivingSpace |
previous(LivingSpace element) |
void |
put(Participant participant,
LivingSpace livingSpace) |
int |
size() |
Collection<LivingSpace> |
values() |
public Collection<LivingSpace> values()
public void addConstraints(StringBounder stringBounder)
public LivingSpace previous(LivingSpace element)
public LivingSpace next(LivingSpace element)
public Collection<Participant> participants()
public void put(Participant participant, LivingSpace livingSpace)
public LivingSpace get(Participant participant)
public void drawHeads(UGraphic ug, Context2D context, VerticalAlignment verticalAlignment)
public double getHeadHeight(StringBounder stringBounder)
public void delayOn(double y, double height)
public int size()
Copyright © 2016. All Rights Reserved.