Class CommonTile
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- Direct Known Subclasses:
AbstractTile
,TileParallel
public abstract class CommonTile extends 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(double y)
protected void
callbackY_internal(double y)
double
getMiddleX()
protected StringBounder
getStringBounder()
double
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, getContactPointRelative, getEvent, getMaxX, getMinX, getPreferredHeight, getZZZ, matchAnchor
-
-
-
-
Constructor Detail
-
CommonTile
public CommonTile(StringBounder stringBounder)
-
-
Method Detail
-
callbackY_internal
protected void callbackY_internal(double y)
-
getStringBounder
protected final StringBounder getStringBounder()
-
getMiddleX
public final double getMiddleX()
- Specified by:
getMiddleX
in interfaceTile
-
getY
public final double getY()
-
-