Class ULayoutGroup
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.ULayoutGroup
-
public class ULayoutGroup extends Object
-
-
Constructor Summary
Constructors Constructor Description ULayoutGroup(PlacementStrategy placementStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(TextBlock block)
void
drawU(UGraphic ug, double width, double height)
XRectangle2D
getInnerPosition(String member, double width, double height, StringBounder stringBounder)
-
-
-
Constructor Detail
-
ULayoutGroup
public ULayoutGroup(PlacementStrategy placementStrategy)
-
-
Method Detail
-
drawU
public void drawU(UGraphic ug, double width, double height)
-
add
public void add(TextBlock block)
-
getInnerPosition
public XRectangle2D getInnerPosition(String member, double width, double height, StringBounder stringBounder)
-
-