Class CommunicationTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTile
-
- All Implemented Interfaces:
UDrawable
,Tile
,TileWithCallbackY
,TileWithUpdateStairs
,UShape
public class CommunicationTile extends AbstractTile implements TileWithUpdateStairs, TileWithCallbackY
-
-
Field Summary
Fields Modifier and Type Field Description static double
LIVE_DELTA_SIZE
-
Constructor Summary
Constructors Constructor Description CommunicationTile(LivingSpace livingSpace1, LivingSpace livingSpace2, Message message, Rose skin, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints(StringBounder stringBounder)
void
callbackY(double y)
void
drawU(UGraphic ug)
Event
getEvent()
Real
getMaxX(StringBounder stringBounder)
Real
getMinX(StringBounder stringBounder)
double
getPreferredHeight(StringBounder stringBounder)
double
getYPoint(StringBounder stringBounder)
boolean
isReverse(StringBounder stringBounder)
java.lang.String
toString()
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, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.teoz.Tile
getZ, matchAnchorV1
-
-
-
-
Field Detail
-
LIVE_DELTA_SIZE
public static final double LIVE_DELTA_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CommunicationTile
public CommunicationTile(LivingSpace livingSpace1, LivingSpace livingSpace2, Message message, Rose skin, ISkinParam skinParam)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isReverse
public boolean isReverse(StringBounder stringBounder)
-
getYPoint
public double getYPoint(StringBounder stringBounder)
- Specified by:
getYPoint
in interfaceTile
- Specified by:
getYPoint
in interfaceTileWithUpdateStairs
- Overrides:
getYPoint
in classAbstractTile
-
updateStairs
public void updateStairs(StringBounder stringBounder, double y)
- Specified by:
updateStairs
in interfaceTileWithUpdateStairs
-
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)
-
callbackY
public void callbackY(double y)
- Specified by:
callbackY
in interfaceTileWithCallbackY
-
-