Class AbstractTile

java.lang.Object
net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
All Implemented Interfaces:
UDrawable, Tile
Direct Known Subclasses:
CommunicationExoTile, CommunicationTile, CommunicationTileNoteBottomTopAbstract, CommunicationTileNoteLeft, CommunicationTileNoteRight, CommunicationTileSelf, CommunicationTileSelfNoteLeft, CommunicationTileSelfNoteRight, DelayTile, DividerTile, ElseTile, EmptyTile, GroupingTile, HSpaceTile, LifeEventTile, NewpageTile, NotesTile, NoteTile, ReferenceTile, TileMarged

public abstract class AbstractTile extends CommonTile implements Tile
  • Constructor Details

  • Method Details

    • getYGauge

      public YGauge getYGauge()
      Specified by:
      getYGauge in interface Tile
    • getContactPointRelative

      public double getContactPointRelative()
      Specified by:
      getContactPointRelative in interface Tile
    • getZZZ

      public final double getZZZ()
      Specified by:
      getZZZ in interface Tile
    • matchAnchor

      public boolean matchAnchor(String anchor)
      Specified by:
      matchAnchor in interface Tile