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) children()voiddoublegetWidthColA(StringBounder stringBounder) doublegetWidthColB(StringBounder stringBounder) keys()voidsetTotalWidth(double totalWidth) intsize()Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, getMinMaxMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
Method Details
-
size
public int size() -
children
-
keys
-
calculateDimension
- Specified by:
calculateDimensionin interfaceTextBlock
-
getWidthColA
-
getWidthColB
-
drawU
-
setTotalWidth
public void setTotalWidth(double totalWidth) -
getBackcolor
- Specified by:
getBackcolorin interfaceTextBlockBackcolored
-