public class TileParallel extends CommonTile
| Constructor and Description |
|---|
TileParallel(StringBounder stringBounder,
Real currentY) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Tile tile) |
void |
addConstraints() |
protected void |
callbackY_internal(TimeHook y) |
void |
drawU(UGraphic ug) |
double |
getContactPointRelative() |
Event |
getEvent() |
Real |
getMaxX() |
Real |
getMinX() |
double |
getPreferredHeight() |
protected java.util.List<Tile> |
getTiles() |
YGauge |
getYGauge() |
double |
getZZZ() |
boolean |
matchAnchor(java.lang.String anchor) |
callbackY, getMiddleX, getStringBounder, getTimeHookpublic TileParallel(StringBounder stringBounder, Real currentY)
public YGauge getYGauge()
protected final void callbackY_internal(TimeHook y)
callbackY_internal in class CommonTilepublic void add(Tile tile)
public void drawU(UGraphic ug)
public double getContactPointRelative()
public double getZZZ()
public double getPreferredHeight()
public void addConstraints()
public Real getMinX()
public Real getMaxX()
public Event getEvent()
public boolean matchAnchor(java.lang.String anchor)
protected java.util.List<Tile> getTiles()