Interface TileWithUpdateStairs
-
- All Known Implementing Classes:
CommunicationExoTile
,CommunicationTile
,CommunicationTileNoteBottom
,CommunicationTileNoteLeft
,CommunicationTileNoteRight
,CommunicationTileNoteTop
,CommunicationTileSelf
,CommunicationTileSelfNoteRight
,LifeEventTile
,TileParallel
public interface TileWithUpdateStairs extends Tile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getYPoint(StringBounder stringBounder)
void
updateStairs(StringBounder stringBounder, double y)
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.teoz.Tile
addConstraints, getEvent, getMaxX, getMinX, getPreferredHeight, getZ, matchAnchorV1
-
-
-
-
Method Detail
-
updateStairs
void updateStairs(StringBounder stringBounder, double y)
-
getYPoint
double getYPoint(StringBounder stringBounder)
-
-