Class CommunicationTileNoteTop
- 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.CommunicationTileNoteTop
-
public class CommunicationTileNoteTop 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 CommunicationTileNoteTop(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, Note noteOnMessage)
-
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
-
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, getY
-
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
-
CommunicationTileNoteTop
public CommunicationTileNoteTop(Tile tile, AbstractMessage message, Rose skin, ISkinParam skinParam, Note noteOnMessage)
-
-
Method Detail
-
drawU
public void drawU(UGraphic ug)
- Specified by:
drawU
in interfaceUDrawable
- Overrides:
drawU
in classCommunicationTileNoteBottomTopAbstract
-
-