Interface TileWithCallbackY
-
- All Known Implementing Classes:
CommunicationTile
,CommunicationTileNoteLeft
,CommunicationTileNoteRight
,DelayTile
,ElseTile
,GroupingTile
public interface TileWithCallbackY extends Tile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callbackY(double y)
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.teoz.Tile
addConstraints, getEvent, getMaxX, getMinX, getPreferredHeight
-
-