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