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, matchAnchor
callbackY, getMiddleX, getStringBounder, getTimeHook
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
callbackY, getMiddleX
protected 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 Tile
getContactPointRelative
in class AbstractTile
public YGauge getYGauge()
getYGauge
in interface Tile
getYGauge
in class AbstractTile
protected final void callbackY_internal(TimeHook y)
callbackY_internal
in class CommonTile
protected 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()