Class AbstractTile
java.lang.Object
net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
net.sourceforge.plantuml.sequencediagram.teoz.AbstractTile
- Direct Known Subclasses:
CommunicationExoTile, CommunicationTile, CommunicationTileNoteBottomTopAbstract, CommunicationTileNoteLeft, CommunicationTileNoteRight, CommunicationTileSelf, CommunicationTileSelfNoteLeft, CommunicationTileSelfNoteRight, DelayTile, DividerTile, ElseTile, EmptyTile, GroupingTile, HSpaceTile, LifeEventTile, NewpageTile, NotesTile, NoteTile, ReferenceTile, TileMarged
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractTile(StringBounder stringBounder) AbstractTile(StringBounder stringBounder, YGauge currentY) -
Method Summary
Modifier and TypeMethodDescriptiondoublefinal doublegetZZZ()booleanmatchAnchor(String anchor) Methods inherited from class CommonTile
callbackY, callbackY_internal, getMiddleX, getStringBounder, getTimeHookMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Tile
addConstraints, callbackY, getEvent, getMaxX, getMiddleX, getMinX, getPreferredHeight
-
Constructor Details
-
AbstractTile
-
AbstractTile
-
-
Method Details
-
getYGauge
-
getContactPointRelative
public double getContactPointRelative()- Specified by:
getContactPointRelativein interfaceTile
-
getZZZ
-
matchAnchor
- Specified by:
matchAnchorin interfaceTile
-