- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.cucadiagram.BodyEnhancedAbstract
-
- net.sourceforge.plantuml.cucadiagram.BodyEnhanced2
-
public class BodyEnhanced2 extends BodyEnhancedAbstract
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.cucadiagram.BodyEnhancedAbstract
align, area, titleConfig
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TextBlock
getArea(StringBounder stringBounder)
protected double
getMarginX()
-
Methods inherited from class net.sourceforge.plantuml.cucadiagram.BodyEnhancedAbstract
calculateDimension, decorate, drawU, getTitle, isBlockSeparator
-
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 Detail
-
getMarginX
protected double getMarginX()
- Specified by:
getMarginX
in classBodyEnhancedAbstract
-
getArea
protected TextBlock getArea(StringBounder stringBounder)
- Specified by:
getArea
in classBodyEnhancedAbstract
-
-