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