Class CommunicationTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTile
-
public class CommunicationTile extends AbstractTile
-
-
Field Summary
Fields Modifier and Type Field Description static double
LIVE_DELTA_SIZE
-
Constructor Summary
Constructors Constructor Description CommunicationTile(StringBounder stringBounder, LivingSpaces livingSpaces, Message message, Rose skin, ISkinParam skinParam)
-
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()
boolean
isReverse(StringBounder stringBounder)
java.lang.String
toString()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getZZZ, matchAnchorV1
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, getStringBounder
-
-
-
-
Field Detail
-
LIVE_DELTA_SIZE
public static final double LIVE_DELTA_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CommunicationTile
public CommunicationTile(StringBounder stringBounder, LivingSpaces livingSpaces, Message message, Rose skin, ISkinParam skinParam)
-
-
Method Detail
-
getEvent
public Event getEvent()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isReverse
public boolean isReverse(StringBounder stringBounder)
-
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()
-
-