Class Englobers
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.teoz.Englobers
-
public class Englobers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Englobers(TileArguments tileArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConstraints(StringBounder stringBounder)voiddrawEnglobers(UGraphic ug, double height, Context2D context)RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)doublegetOffsetForEnglobers(StringBounder stringBounder)intsize()
-
-
-
Constructor Detail
-
Englobers
public Englobers(TileArguments tileArguments)
-
-
Method Detail
-
size
public int size()
-
getOffsetForEnglobers
public double getOffsetForEnglobers(StringBounder stringBounder)
-
addConstraints
public void addConstraints(StringBounder stringBounder)
-
getMinX
public Real getMinX(StringBounder stringBounder)
-
getMaxX
public Real getMaxX(StringBounder stringBounder)
-
-