Class TextBlockCucaJSon
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.cucadiagram.TextBlockCucaJSon
-
Constructor Summary
ConstructorsConstructorDescriptionTextBlockCucaJSon
(FontConfiguration fontConfiguration, FontParam fontParam, ISkinParam skinParam, JsonValue json) -
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
-
TextBlockCucaJSon
public TextBlockCucaJSon(FontConfiguration fontConfiguration, FontParam fontParam, ISkinParam skinParam, JsonValue json)
-
-
Method Details