Class CommunicationTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTile
-
- All Implemented Interfaces:
UDrawable,Tile,TileWithCallbackY,TileWithUpdateStairs,UShape
public class CommunicationTile extends java.lang.Object implements TileWithUpdateStairs, TileWithCallbackY
-
-
Field Summary
Fields Modifier and Type Field Description static doubleLIVE_DELTA_SIZE
-
Constructor Summary
Constructors Constructor Description CommunicationTile(LivingSpace livingSpace1, LivingSpace livingSpace2, Message message, Skin skin, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConstraints(StringBounder stringBounder)voidcallbackY(double y)voiddrawU(UGraphic ug)EventgetEvent()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)doublegetPreferredHeight(StringBounder stringBounder)booleanisReverse(StringBounder stringBounder)voidupdateStairs(StringBounder stringBounder, double y)
-
-
-
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, Skin skin, ISkinParam skinParam)
-
-
Method Detail
-
isReverse
public boolean isReverse(StringBounder stringBounder)
-
updateStairs
public void updateStairs(StringBounder stringBounder, double y)
- Specified by:
updateStairsin interfaceTileWithUpdateStairs
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeightin interfaceTile
-
addConstraints
public void addConstraints(StringBounder stringBounder)
- Specified by:
addConstraintsin interfaceTile
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
callbackY
public void callbackY(double y)
- Specified by:
callbackYin interfaceTileWithCallbackY
-
-