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, matchAnchor
callbackY, getMiddleX, getStringBounder, getTimeHook
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
callbackY, getMiddleX
public 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.Object
public YGauge getYGauge()
getYGauge
in interface Tile
getYGauge
in class AbstractTile
public boolean isReverse(StringBounder stringBounder)
public double getContactPointRelative()
getContactPointRelative
in interface Tile
getContactPointRelative
in class AbstractTile
protected final void callbackY_internal(TimeHook y)
callbackY_internal
in class CommonTile
public void drawU(UGraphic ug)
public double getPreferredHeight()
public void addConstraints()
public Real getMinX()
public Real getMaxX()