public class LivingSpace
extends java.lang.Object
Constructor and Description |
---|
LivingSpace(Participant p,
ParticipantEnglober englober,
Rose skin,
ISkinParam skinParam,
Real position,
java.util.List<Event> events) |
Modifier and Type | Method and Description |
---|---|
void |
addStepForLivebox(Event event,
double y) |
void |
delayOn(double y,
double height) |
void |
drawHead(UGraphic ug,
Context2D context,
VerticalAlignment verticalAlignment,
HorizontalAlignment horizontalAlignment) |
void |
drawLineAndLiveboxes(UGraphic ug,
double height,
Context2D context) |
void |
ensureMarginAfter(double margin) |
void |
ensureMarginBefore(double margin) |
ParticipantEnglober |
getEnglober() |
Dimension2D |
getHeadPreferredDimension(StringBounder stringBounder) |
int |
getLevelAt(Tile tile,
EventsHistoryMode mode) |
Participant |
getParticipant() |
Real |
getPosA(StringBounder stringBounder) |
Real |
getPosB(StringBounder stringBounder) |
Real |
getPosC(StringBounder stringBounder) |
Real |
getPosC2(StringBounder stringBounder) |
Real |
getPosD(StringBounder stringBounder) |
Real |
getPosE(StringBounder stringBounder) |
void |
goCreate() |
void |
goCreate(double y) |
java.lang.String |
toString() |
public LivingSpace(Participant p, ParticipantEnglober englober, Rose skin, ISkinParam skinParam, Real position, java.util.List<Event> events)
public int getLevelAt(Tile tile, EventsHistoryMode mode)
public void addStepForLivebox(Event event, double y)
public java.lang.String toString()
toString
in class java.lang.Object
public void drawLineAndLiveboxes(UGraphic ug, double height, Context2D context)
public void drawHead(UGraphic ug, Context2D context, VerticalAlignment verticalAlignment, HorizontalAlignment horizontalAlignment)
public Dimension2D getHeadPreferredDimension(StringBounder stringBounder)
public Real getPosC(StringBounder stringBounder)
public Real getPosC2(StringBounder stringBounder)
public Real getPosD(StringBounder stringBounder)
public Real getPosB(StringBounder stringBounder)
public Participant getParticipant()
public void goCreate(double y)
public void goCreate()
public void delayOn(double y, double height)
public ParticipantEnglober getEnglober()
public void ensureMarginBefore(double margin)
public void ensureMarginAfter(double margin)
public Real getPosA(StringBounder stringBounder)
public Real getPosE(StringBounder stringBounder)