public class LifeEventTile extends AbstractTile
| Constructor and Description |
|---|
LifeEventTile(LifeEvent lifeEvent,
TileArguments tileArguments,
LivingSpace livingSpace,
Rose skin,
ISkinParam skinParam,
YGauge currentY) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstraints() |
protected void |
callbackY_internal(TimeHook y) |
void |
drawU(UGraphic ug) |
double |
getContactPointRelative() |
Event |
getEvent() |
Real |
getMaxX() |
Real |
getMinX() |
double |
getPreferredHeight() |
YGauge |
getYGauge() |
boolean |
isDestroyWithoutMessage() |
getZZZ, matchAnchorcallbackY, getMiddleX, getStringBounder, getTimeHookclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallbackY, getMiddleXpublic LifeEventTile(LifeEvent lifeEvent, TileArguments tileArguments, LivingSpace livingSpace, Rose skin, ISkinParam skinParam, YGauge currentY)
protected final void callbackY_internal(TimeHook y)
callbackY_internal in class CommonTilepublic Event getEvent()
public double getContactPointRelative()
getContactPointRelative in interface TilegetContactPointRelative in class AbstractTilepublic YGauge getYGauge()
getYGauge in interface TilegetYGauge in class AbstractTilepublic void drawU(UGraphic ug)
public boolean isDestroyWithoutMessage()
public double getPreferredHeight()
public void addConstraints()
public Real getMinX()
public Real getMaxX()