Class TileParallel
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.TileParallel
-
-
Constructor Summary
Constructors Constructor Description TileParallel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Tile tile)
void
addConstraints(StringBounder stringBounder)
void
drawU(UGraphic ug)
Event
getEvent()
Real
getMaxX(StringBounder stringBounder)
Real
getMinX(StringBounder stringBounder)
double
getPreferredHeight(StringBounder stringBounder)
-
-
-
Method Detail
-
add
public void add(Tile tile)
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeight
in interfaceTile
-
addConstraints
public void addConstraints(StringBounder stringBounder)
- Specified by:
addConstraints
in interfaceTile
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
-