Class CommunicationTileNoteBottom
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTileNoteBottomTopAbstract
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTileNoteBottom
-
public class CommunicationTileNoteBottom extends CommunicationTileNoteBottomTopAbstract
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTileNoteBottomTopAbstract
message, noteOnMessage, skin, skinParam, spacey, tile
-
-
Constructor Summary
Constructors Constructor Description CommunicationTileNoteBottom(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, Note noteOnMessage, YGauge currentY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTileNoteBottomTopAbstract
addConstraints, callbackY_internal, drawLine, getComponent, getContactPointRelative, getEvent, getMaxX, getMinX, getNotePosition, getPreferredHeight, getYGauge
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
getZZZ, matchAnchor
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, getMiddleX, getStringBounder, getTimeHook
-
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
callbackY, getMiddleX
-
-
-
-
Constructor Detail
-
CommunicationTileNoteBottom
public CommunicationTileNoteBottom(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, Note noteOnMessage, YGauge currentY)
-
-
Method Detail
-
drawU
public void drawU(UGraphic ug)
-
-