Class CommunicationTileSelf
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTileSelf
-
public class CommunicationTileSelf extends AbstractTile
-
-
Constructor Summary
Constructors Constructor Description CommunicationTileSelf(StringBounder stringBounder, LivingSpace livingSpace1, Message message, Rose skin, ISkinParam skinParam, LivingSpaces livingSpaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints()
void
callbackY_internal(double y)
void
drawU(UGraphic ug)
double
getContactPointRelative()
Event
getEvent()
Real
getMaxX()
Real
getMinX()
double
getPreferredHeight()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getZZZ, matchAnchorV1
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, getStringBounder
-
-
-
-
Constructor Detail
-
CommunicationTileSelf
public CommunicationTileSelf(StringBounder stringBounder, LivingSpace livingSpace1, Message message, Rose skin, ISkinParam skinParam, LivingSpaces livingSpaces)
-
-
Method Detail
-
getEvent
public Event getEvent()
-
getContactPointRelative
public double getContactPointRelative()
- Specified by:
getContactPointRelative
in interfaceTile
- Overrides:
getContactPointRelative
in classAbstractTile
-
callbackY_internal
public void callbackY_internal(double y)
- Overrides:
callbackY_internal
in classCommonTile
-
drawU
public void drawU(UGraphic ug)
-
getPreferredHeight
public double getPreferredHeight()
-
addConstraints
public void addConstraints()
-
getMinX
public Real getMinX()
-
getMaxX
public Real getMaxX()
-
-