Class DelayTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.DelayTile
-
- All Implemented Interfaces:
UDrawable,Tile,TileWithCallbackY,UShape
public class DelayTile extends AbstractTile implements Tile, TileWithCallbackY
-
-
Constructor Summary
Constructors Constructor Description DelayTile(Delay delay, TileArguments tileArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConstraints(StringBounder stringBounder)voidcallbackY(double y)voiddrawU(UGraphic ug)EventgetEvent()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)doublegetPreferredHeight(StringBounder stringBounder)-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getYPoint, getZ, matchAnchorV1
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.teoz.Tile
getYPoint, getZ, matchAnchorV1
-
-
-
-
Constructor Detail
-
DelayTile
public DelayTile(Delay delay, TileArguments tileArguments)
-
-
Method Detail
-
callbackY
public void callbackY(double y)
- Specified by:
callbackYin interfaceTileWithCallbackY
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeightin interfaceTile
-
addConstraints
public void addConstraints(StringBounder stringBounder)
- Specified by:
addConstraintsin interfaceTile
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
-