Class TextBlockMap
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.cucadiagram.TextBlockMap
-
Constructor Summary
ConstructorsConstructorDescriptionTextBlockMap
(FontConfiguration fontConfiguration, FontParam fontParam, ISkinParam skinParam, java.util.Map<java.lang.String, java.lang.String> map) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) void
getPorts
(StringBounder stringBounder) void
setTotalWidth
(double totalWidth) Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMax
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TextBlockMap
public TextBlockMap(FontConfiguration fontConfiguration, FontParam fontParam, ISkinParam skinParam, java.util.Map<java.lang.String, java.lang.String> map)
-
-
Method Details