Class BodyEnhancedAbstract
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.cucadiagram.BodyEnhancedAbstract
- Direct Known Subclasses:
BodyEnhanced1,BodyEnhanced2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final HorizontalAlignmentprotected TextBlockprotected final FontConfiguration -
Method Summary
Modifier and TypeMethodDescriptionfinal Dimension2DcalculateDimension(StringBounder stringBounder) protected final TextBlockdecorate(StringBounder stringBounder, TextBlock b, char separator, TextBlock title) final voidprotected abstract TextBlockgetArea(StringBounder stringBounder) protected abstract doubleprotected final TextBlockgetTitle(String s, ISkinSimple spriteContainer) static booleanMethods 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
-
Field Details
-
align
-
titleConfig
-
area
-
-
Method Details
-
isBlockSeparator
-
calculateDimension
- Specified by:
calculateDimensionin interfaceTextBlock
-
drawU
-
getTitle
-
getArea
-
getMarginX
protected abstract double getMarginX() -
decorate
protected final TextBlock decorate(StringBounder stringBounder, TextBlock b, char separator, TextBlock title)
-