Class CommunicationExoTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommunicationExoTile
-
- All Implemented Interfaces:
UDrawable
,Tile
,TileWithUpdateStairs
,UShape
public class CommunicationExoTile extends java.lang.Object implements TileWithUpdateStairs
-
-
Constructor Summary
Constructors Constructor Description CommunicationExoTile(LivingSpace livingSpace, MessageExo message, Skin skin, ISkinParam skinParam, TileArguments tileArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraints(StringBounder stringBounder)
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
-
CommunicationExoTile
public CommunicationExoTile(LivingSpace livingSpace, MessageExo message, Skin skin, ISkinParam skinParam, TileArguments tileArguments)
-
-
Method Detail
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeight
in interfaceTile
-
addConstraints
public void addConstraints(StringBounder stringBounder)
- Specified by:
addConstraints
in interfaceTile
-
updateStairs
public void updateStairs(StringBounder stringBounder, double y)
- Specified by:
updateStairs
in interfaceTileWithUpdateStairs
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
-