Class TileParallel
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
-
- net.sourceforge.plantuml.sequencediagram.teoz.TileParallel
-
public class TileParallel extends CommonTile
-
-
Constructor Summary
Constructors Constructor Description TileParallel(StringBounder stringBounder, Real currentY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Tile tile)voidaddConstraints()protected voidcallbackY_internal(TimeHook y)voiddrawU(UGraphic ug)doublegetContactPointRelative()EventgetEvent()RealgetMaxX()RealgetMinX()doublegetPreferredHeight()YGaugegetYGauge()doublegetZZZ()booleanisParallelWith(Tile tileToTest)booleanmatchAnchor(java.lang.String anchor)-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, getMiddleX, getStringBounder, getTimeHook
-
-
-
-
Constructor Detail
-
TileParallel
public TileParallel(StringBounder stringBounder, Real currentY)
-
-
Method Detail
-
getYGauge
public YGauge getYGauge()
-
callbackY_internal
protected final void callbackY_internal(TimeHook y)
- Overrides:
callbackY_internalin classCommonTile
-
add
public void add(Tile tile)
-
drawU
public void drawU(UGraphic ug)
-
getContactPointRelative
public double getContactPointRelative()
-
getZZZ
public double getZZZ()
-
getPreferredHeight
public double getPreferredHeight()
-
addConstraints
public void addConstraints()
-
getMinX
public Real getMinX()
-
getMaxX
public Real getMaxX()
-
getEvent
public Event getEvent()
-
matchAnchor
public boolean matchAnchor(java.lang.String anchor)
-
isParallelWith
public boolean isParallelWith(Tile tileToTest)
-
-