public class DelayTile extends Object implements Tile, TileWithCallbackY
| Constructor and Description |
|---|
DelayTile(Delay delay,
TileArguments tileArguments) |
| 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) |
public DelayTile(Delay delay, TileArguments tileArguments)
public void callbackY(double y)
callbackY in interface TileWithCallbackYpublic double getPreferredHeight(StringBounder stringBounder)
getPreferredHeight in interface Tilepublic void addConstraints(StringBounder stringBounder)
addConstraints in interface Tilepublic Real getMinX(StringBounder stringBounder)
public Real getMaxX(StringBounder stringBounder)
Copyright © 2017. All rights reserved.