Class TextBlockMap
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.cucadiagram.TextBlockMap
-
-
Constructor Summary
Constructors Constructor Description TextBlockMap(FontConfiguration fontConfiguration, FontParam fontParam, ISkinParam skinParam, Map<String,String> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
Ports
getPorts(StringBounder stringBounder)
void
setTotalWidth(double totalWidth)
-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMax
-
-
-
-
Constructor Detail
-
TextBlockMap
public TextBlockMap(FontConfiguration fontConfiguration, FontParam fontParam, ISkinParam skinParam, Map<String,String> map)
-
-
Method Detail
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
setTotalWidth
public void setTotalWidth(double totalWidth)
-
-