Class TextBlockMap
java.lang.Object
net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
net.sourceforge.plantuml.cucadiagram.TextBlockMap
-
Constructor Summary
ConstructorsConstructorDescriptionTextBlockMap
(FontConfiguration fontConfiguration, ISkinParam skinParam, Map<String, String> map, LineBreakStrategy wordWrap) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) void
getPorts
(StringBounder stringBounder) void
setTotalWidth
(double totalWidth) Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
Constructor Details
-
TextBlockMap
public TextBlockMap(FontConfiguration fontConfiguration, ISkinParam skinParam, Map<String, String> map, LineBreakStrategy wordWrap)
-
-
Method Details