Class TextBlockJson
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.jsondiagram.TextBlockJson
- All Implemented Interfaces:
TextBlock
,UDrawable
,TextBlockBackcolored
,UShape
-
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) java.util.List<JsonValue>
children()
void
double
getWidthColA
(StringBounder stringBounder) double
getWidthColB
(StringBounder stringBounder) java.util.List<java.lang.String>
keys()
void
setTotalWidth
(double totalWidth) int
size()
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
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
Method Details
-
size
public int size() -
children
-
keys
public java.util.List<java.lang.String> keys() -
calculateDimension
- Specified by:
calculateDimension
in interfaceTextBlock
-
getWidthColA
-
getWidthColB
-
drawU
-
setTotalWidth
public void setTotalWidth(double totalWidth) -
getBackcolor
- Specified by:
getBackcolor
in interfaceTextBlockBackcolored
-