public abstract class CommunicationTileNoteBottomTopAbstract extends AbstractTile
| Modifier and Type | Field and Description |
|---|---|
protected AbstractMessage |
message |
protected Note |
noteOnMessage |
protected Rose |
skin |
protected ISkinParam |
skinParam |
protected double |
spacey |
protected Tile |
tile |
| Constructor and Description |
|---|
CommunicationTileNoteBottomTopAbstract(Tile tile,
AbstractMessage message,
Rose skin,
ISkinParam skinParam,
Note noteOnMessage,
YGauge currentY) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstraints() |
protected void |
callbackY_internal(TimeHook y) |
protected void |
drawLine(UGraphic ug,
double x1,
double y1,
double x2,
double y2) |
protected Component |
getComponent(StringBounder stringBounder) |
double |
getContactPointRelative() |
Event |
getEvent() |
Real |
getMaxX() |
Real |
getMinX() |
protected Real |
getNotePosition(StringBounder stringBounder) |
double |
getPreferredHeight() |
YGauge |
getYGauge() |
getZZZ, matchAnchorcallbackY, getMiddleX, getStringBounder, getTimeHookclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallbackY, getMiddleXprotected final Tile tile
protected final AbstractMessage message
protected final Rose skin
protected final ISkinParam skinParam
protected final Note noteOnMessage
protected final double spacey
public CommunicationTileNoteBottomTopAbstract(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, Note noteOnMessage, YGauge currentY)
public final Event getEvent()
public final double getContactPointRelative()
getContactPointRelative in interface TilegetContactPointRelative in class AbstractTilepublic YGauge getYGauge()
getYGauge in interface TilegetYGauge in class AbstractTileprotected final void callbackY_internal(TimeHook y)
callbackY_internal in class CommonTileprotected final Component getComponent(StringBounder stringBounder)
protected final Real getNotePosition(StringBounder stringBounder)
protected final void drawLine(UGraphic ug, double x1, double y1, double x2, double y2)
public double getPreferredHeight()
public void addConstraints()
public Real getMinX()
public Real getMaxX()