public class CommunicationTileNoteRight extends java.lang.Object implements TileWithUpdateStairs, TileWithCallbackY
Constructor and Description |
---|
CommunicationTileNoteRight(TileWithUpdateStairs tile,
AbstractMessage message,
Skin skin,
ISkinParam skinParam,
LivingSpace livingSpace,
Note noteOnMessage) |
Modifier and Type | Method and Description |
---|---|
void |
addConstraints(StringBounder stringBounder) |
void |
callbackY(double y) |
void |
drawU(UGraphic ug) |
Event |
getEvent() |
Real |
getMaxX(StringBounder stringBounder) |
Real |
getMinX(StringBounder stringBounder) |
double |
getPreferredHeight(StringBounder stringBounder) |
void |
updateStairs(StringBounder stringBounder,
double y) |
public CommunicationTileNoteRight(TileWithUpdateStairs tile, AbstractMessage message, Skin skin, ISkinParam skinParam, LivingSpace livingSpace, Note noteOnMessage)
public void updateStairs(StringBounder stringBounder, double y)
updateStairs
in interface TileWithUpdateStairs
public double getPreferredHeight(StringBounder stringBounder)
getPreferredHeight
in interface Tile
public void addConstraints(StringBounder stringBounder)
addConstraints
in interface Tile
public Real getMinX(StringBounder stringBounder)
public Real getMaxX(StringBounder stringBounder)
public void callbackY(double y)
callbackY
in interface TileWithCallbackY