Module net.sourceforge.plantuml
Class AbstractTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
-
- Direct Known Subclasses:
CommunicationExoTile
,CommunicationTile
,CommunicationTileNoteBottom
,CommunicationTileNoteLeft
,CommunicationTileNoteRight
,CommunicationTileNoteTop
,CommunicationTileSelf
,CommunicationTileSelfNoteRight
,DelayTile
,DividerTile
,ElseTile
,EmptyTile
,GroupingTile
,HSpaceTile
,LifeEventTile
,NewpageTile
,NotesTile
,NoteTile
,ReferenceTile
,TileMarged
public abstract class AbstractTile extends CommonTile implements Tile
-
-
Constructor Summary
Constructors Constructor Description AbstractTile(StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getContactPointRelative()
double
getZZZ()
boolean
matchAnchor(String anchor)
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, callbackY_internal, 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
addConstraints, callbackY, getEvent, getMaxX, getMiddleX, getMinX, getPreferredHeight
-
-
-
-
Constructor Detail
-
AbstractTile
public AbstractTile(StringBounder stringBounder)
-
-
Method Detail
-
getContactPointRelative
public double getContactPointRelative()
- Specified by:
getContactPointRelative
in interfaceTile
-
matchAnchor
public boolean matchAnchor(String anchor)
- Specified by:
matchAnchor
in interfaceTile
-
-