public class CommunicationTile extends AbstractTile
| Modifier and Type | Field and Description |
|---|---|
static double |
LIVE_DELTA_SIZE |
| Constructor and Description |
|---|
CommunicationTile(StringBounder stringBounder,
LivingSpaces livingSpaces,
Message message,
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 |
isReverse(StringBounder stringBounder) |
java.lang.String |
toString() |
getZZZ, matchAnchorcallbackY, getMiddleX, getStringBounder, getTimeHookclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcallbackY, getMiddleXpublic static final double LIVE_DELTA_SIZE
public CommunicationTile(StringBounder stringBounder, LivingSpaces livingSpaces, Message message, Rose skin, ISkinParam skinParam, YGauge currentY)
public Event getEvent()
public java.lang.String toString()
toString in class java.lang.Objectpublic YGauge getYGauge()
getYGauge in interface TilegetYGauge in class AbstractTilepublic boolean isReverse(StringBounder stringBounder)
public double getContactPointRelative()
getContactPointRelative in interface TilegetContactPointRelative in class AbstractTileprotected final void callbackY_internal(TimeHook y)
callbackY_internal in class CommonTilepublic void drawU(UGraphic ug)
public double getPreferredHeight()
public void addConstraints()
public Real getMinX()
public Real getMaxX()