Class LifeEventTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.LifeEventTile
-
public class LifeEventTile extends AbstractTile
-
-
Constructor Summary
Constructors Constructor Description LifeEventTile(LifeEvent lifeEvent, TileArguments tileArguments, LivingSpace livingSpace, Rose skin, ISkinParam skinParam, YGauge currentY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints()
protected void
callbackY_internal(TimeHook y)
void
drawU(UGraphic ug)
double
getContactPointRelative()
Event
getEvent()
Real
getMaxX()
Real
getMinX()
double
getPreferredHeight()
YGauge
getYGauge()
boolean
isDestroyWithoutMessage()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getZZZ, matchAnchor
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, getMiddleX, getStringBounder, getTimeHook
-
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
callbackY, getMiddleX
-
-
-
-
Constructor Detail
-
LifeEventTile
public LifeEventTile(LifeEvent lifeEvent, TileArguments tileArguments, LivingSpace livingSpace, Rose skin, ISkinParam skinParam, YGauge currentY)
-
-
Method Detail
-
callbackY_internal
protected final void callbackY_internal(TimeHook y)
- Overrides:
callbackY_internal
in classCommonTile
-
getEvent
public Event getEvent()
-
getContactPointRelative
public double getContactPointRelative()
- Specified by:
getContactPointRelative
in interfaceTile
- Overrides:
getContactPointRelative
in classAbstractTile
-
getYGauge
public YGauge getYGauge()
- Specified by:
getYGauge
in interfaceTile
- Overrides:
getYGauge
in classAbstractTile
-
drawU
public void drawU(UGraphic ug)
-
isDestroyWithoutMessage
public boolean isDestroyWithoutMessage()
-
getPreferredHeight
public double getPreferredHeight()
-
addConstraints
public void addConstraints()
-
getMinX
public Real getMinX()
-
getMaxX
public Real getMaxX()
-
-