Class TextBlockCucaJSon
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.cucadiagram.TextBlockCucaJSon
-
-
Constructor Summary
Constructors Constructor Description TextBlockCucaJSon(FontConfiguration fontConfiguration, ISkinParam skinParam, JsonValue json, LineBreakStrategy wordWrap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
Ports
getPorts(StringBounder stringBounder)
void
setTotalWidth(double totalWidth)
-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Constructor Detail
-
TextBlockCucaJSon
public TextBlockCucaJSon(FontConfiguration fontConfiguration, ISkinParam skinParam, JsonValue json, LineBreakStrategy wordWrap)
-
-
Method Detail
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
setTotalWidth
public void setTotalWidth(double totalWidth)
-
-