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 TileWithCallbackY
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)
Copyright © 2016. All Rights Reserved.