Class CommunicationTileNoteLeft
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTileNoteLeft
-
- All Implemented Interfaces:
UDrawable,Tile,TileWithCallbackY,TileWithUpdateStairs,UShape
public class CommunicationTileNoteLeft extends java.lang.Object implements TileWithUpdateStairs, TileWithCallbackY
-
-
Constructor Summary
Constructors Constructor Description CommunicationTileNoteLeft(TileWithUpdateStairs tile, AbstractMessage message, Skin skin, ISkinParam skinParam, LivingSpace livingSpace, Note noteOnMessage)
-
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)voidupdateStairs(StringBounder stringBounder, double y)
-
-
-
Constructor Detail
-
CommunicationTileNoteLeft
public CommunicationTileNoteLeft(TileWithUpdateStairs tile, AbstractMessage message, Skin skin, ISkinParam skinParam, LivingSpace livingSpace, Note noteOnMessage)
-
-
Method Detail
-
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
-
-