Class CommonTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- Direct Known Subclasses:
AbstractTile
,TileParallel
public abstract class CommonTile extends java.lang.Object implements Tile, UDrawable
-
-
Constructor Summary
Constructors Constructor Description CommonTile(StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
callbackY(TimeHook y)
protected void
callbackY_internal(TimeHook y)
double
getMiddleX()
protected StringBounder
getStringBounder()
TimeHook
getTimeHook()
-
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, getContactPointRelative, getEvent, getMaxX, getMinX, getPreferredHeight, getYGauge, getZZZ, matchAnchor
-
-
-
-
Constructor Detail
-
CommonTile
public CommonTile(StringBounder stringBounder)
-
-
Method Detail
-
callbackY_internal
protected void callbackY_internal(TimeHook y)
-
getStringBounder
protected final StringBounder getStringBounder()
-
getMiddleX
public double getMiddleX()
- Specified by:
getMiddleX
in interfaceTile
-
getTimeHook
public final TimeHook getTimeHook()
-
-