Class BodyEnhanced1
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.cucadiagram.BodyEnhancedAbstract
-
- net.sourceforge.plantuml.cucadiagram.BodyEnhanced1
-
-
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)
Rectangle2D
getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
protected double
getMarginX()
Ports
getPorts(StringBounder stringBounder)
List<Url>
getUrls()
-
Methods inherited from class net.sourceforge.plantuml.cucadiagram.BodyEnhancedAbstract
calculateDimension, decorate, drawU, getDefaultThickness, getTitle, isBlockSeparator
-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
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
calculateDimension, getMinMax
-
-
-
-
Method Detail
-
getMarginX
protected double getMarginX()
- Specified by:
getMarginX
in classBodyEnhancedAbstract
-
getArea
protected final TextBlock getArea(StringBounder stringBounder)
- Specified by:
getArea
in classBodyEnhancedAbstract
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
- Overrides:
getInnerPosition
in classAbstractTextBlock
-
-