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) |
ParticipantEnglober |
getEnglober() |
java.awt.geom.Dimension2D |
getHeadPreferredDimension(StringBounder stringBounder) |
int |
getLevelAt(Tile tile,
EventsHistoryMode mode) |
Participant |
getParticipant() |
Real |
getPosB() |
Real |
getPosC(StringBounder stringBounder) |
Real |
getPosC2(StringBounder stringBounder) |
Real |
getPosD(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 java.awt.geom.Dimension2D getHeadPreferredDimension(StringBounder stringBounder)
public Real getPosC(StringBounder stringBounder)
public Real getPosC2(StringBounder stringBounder)
public Real getPosD(StringBounder stringBounder)
public Real getPosB()
public Participant getParticipant()
public void goCreate(double y)
public void goCreate()
public void delayOn(double y, double height)
public ParticipantEnglober getEnglober()
Copyright © 2020. All Rights Reserved.