Class CommunicationTileNoteBottomTopAbstract

java.lang.Object
net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
net.sourceforge.plantuml.sequencediagram.teoz.CommunicationTileNoteBottomTopAbstract
All Implemented Interfaces:
UDrawable, Tile
Direct Known Subclasses:
CommunicationTileNoteBottom, CommunicationTileNoteTop

public abstract class CommunicationTileNoteBottomTopAbstract extends AbstractTile
  • Field Details

  • Constructor Details

  • Method Details

    • getEvent

      public final Event getEvent()
    • getContactPointRelative

      public final double getContactPointRelative()
      Specified by:
      getContactPointRelative in interface Tile
      Overrides:
      getContactPointRelative in class AbstractTile
    • callbackY_internal

      protected final void callbackY_internal(double y)
      Overrides:
      callbackY_internal in class CommonTile
    • getComponent

      protected final Component getComponent(StringBounder stringBounder)
    • getNotePosition

      protected final Real getNotePosition(StringBounder stringBounder)
    • drawU

      public void drawU(UGraphic ug)
    • drawLine

      protected final void drawLine(UGraphic ug, double x1, double y1, double x2, double y2)
    • getPreferredHeight

      public double getPreferredHeight()
    • addConstraints

      public void addConstraints()
    • getMinX

      public Real getMinX()
    • getMaxX

      public Real getMaxX()