Class CommunicationTileSelfNoteRight
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTileSelfNoteRight
-
- All Implemented Interfaces:
UDrawable,Tile,TileWithUpdateStairs,UShape
public class CommunicationTileSelfNoteRight extends AbstractTile implements TileWithUpdateStairs
-
-
Constructor Summary
Constructors Constructor Description CommunicationTileSelfNoteRight(CommunicationTileSelf tile, Message message, Rose skin, ISkinParam skinParam, Note noteOnMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConstraints(StringBounder stringBounder)voiddrawU(UGraphic ug)EventgetEvent()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)doublegetPreferredHeight(StringBounder stringBounder)doublegetYPoint(StringBounder stringBounder)voidupdateStairs(StringBounder stringBounder, double y)-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getZ, matchAnchorV1
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.teoz.Tile
getZ, matchAnchorV1
-
-
-
-
Constructor Detail
-
CommunicationTileSelfNoteRight
public CommunicationTileSelfNoteRight(CommunicationTileSelf tile, Message message, Rose skin, ISkinParam skinParam, Note noteOnMessage)
-
-
Method Detail
-
getYPoint
public double getYPoint(StringBounder stringBounder)
- Specified by:
getYPointin interfaceTile- Specified by:
getYPointin interfaceTileWithUpdateStairs- Overrides:
getYPointin classAbstractTile
-
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)
-
-