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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Tile tile)
void
addConstraints()
protected void
callbackY_internal(double y)
void
drawU(UGraphic ug)
double
getContactPointRelative()
Event
getEvent()
Real
getMaxX()
Real
getMinX()
double
getPreferredHeight()
double
getZZZ()
boolean
matchAnchor(String anchor)
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.teoz.CommonTile
callbackY, getMiddleX, getStringBounder, getY
-
-
-
-
Constructor Detail
-
TileParallel
public TileParallel(StringBounder stringBounder)
-
-
Method Detail
-
callbackY_internal
protected final void callbackY_internal(double y)
- Overrides:
callbackY_internal
in 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(String anchor)
-
-