Class AbstractTile
- java.lang.Object
-
- 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 java.lang.Object implements Tile
-
-
Constructor Summary
Constructors Constructor Description AbstractTile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getYPoint(StringBounder stringBounder)
double
getZ(StringBounder stringBounder)
boolean
matchAnchorV1(java.lang.String anchor)
-
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, getEvent, getMaxX, getMinX, getPreferredHeight
-
-
-
-
Method Detail
-
getYPoint
public double getYPoint(StringBounder stringBounder)
-
getZ
public final double getZ(StringBounder stringBounder)
-
matchAnchorV1
public boolean matchAnchorV1(java.lang.String anchor)
- Specified by:
matchAnchorV1
in interfaceTile
-
-