Class LifeEventTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.LifeEventTile
-
- All Implemented Interfaces:
UDrawable
,Tile
,TileWithUpdateStairs
,UShape
public class LifeEventTile extends AbstractTile implements TileWithUpdateStairs
-
-
Constructor Summary
Constructors Constructor Description LifeEventTile(LifeEvent lifeEvent, TileArguments tileArguments, LivingSpace livingSpace, Rose skin, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints(StringBounder stringBounder)
void
drawU(UGraphic ug)
Event
getEvent()
Real
getMaxX(StringBounder stringBounder)
Real
getMinX(StringBounder stringBounder)
double
getPreferredHeight(StringBounder stringBounder)
double
getYPoint(StringBounder stringBounder)
boolean
isDestroyWithoutMessage()
void
updateStairs(StringBounder stringBounder, double y)
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
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
getZ, matchAnchorV1
-
-
-
-
Constructor Detail
-
LifeEventTile
public LifeEventTile(LifeEvent lifeEvent, TileArguments tileArguments, LivingSpace livingSpace, Rose skin, ISkinParam skinParam)
-
-
Method Detail
-
updateStairs
public void updateStairs(StringBounder stringBounder, double y)
- Specified by:
updateStairs
in interfaceTileWithUpdateStairs
-
getYPoint
public double getYPoint(StringBounder stringBounder)
- Specified by:
getYPoint
in interfaceTile
- Specified by:
getYPoint
in interfaceTileWithUpdateStairs
- Overrides:
getYPoint
in classAbstractTile
-
isDestroyWithoutMessage
public boolean isDestroyWithoutMessage()
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeight
in interfaceTile
-
addConstraints
public void addConstraints(StringBounder stringBounder)
- Specified by:
addConstraints
in interfaceTile
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
-