Class LifeEventTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.LifeEventTile
-
- All Implemented Interfaces:
UDrawable,Tile,TileWithUpdateStairs,UShape
public class LifeEventTile extends java.lang.Object implements TileWithUpdateStairs
-
-
Constructor Summary
Constructors Constructor Description LifeEventTile(LifeEvent lifeEvent, TileArguments tileArguments, LivingSpace livingSpace, Skin skin, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConstraints(StringBounder stringBounder)voiddrawU(UGraphic ug)EventgetEvent()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)doublegetPreferredHeight(StringBounder stringBounder)booleanisDestroyWithoutMessage()voidupdateStairs(StringBounder stringBounder, double y)
-
-
-
Constructor Detail
-
LifeEventTile
public LifeEventTile(LifeEvent lifeEvent, TileArguments tileArguments, LivingSpace livingSpace, Skin skin, ISkinParam skinParam)
-
-
Method Detail
-
updateStairs
public void updateStairs(StringBounder stringBounder, double y)
- Specified by:
updateStairsin interfaceTileWithUpdateStairs
-
isDestroyWithoutMessage
public boolean isDestroyWithoutMessage()
-
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)
-
-