Class BodyEnhanced1
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.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 TextBlockgetArea(StringBounder stringBounder)XRectangle2DgetInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)protected doublegetMarginX()PortsgetPorts(StringBounder stringBounder)java.util.List<Url>getUrls()-
Methods inherited from class net.sourceforge.plantuml.cucadiagram.BodyEnhancedAbstract
calculateDimension, decorate, drawU, getDefaultThickness, getStyle, getTitle, isBlockSeparator
-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getMagneticBorder, 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.klimt.shape.TextBlock
calculateDimension, getBackcolor, getMagneticBorder, getMinMax
-
-
-
-
Method Detail
-
getMarginX
protected double getMarginX()
- Specified by:
getMarginXin classBodyEnhancedAbstract
-
getArea
protected final TextBlock getArea(StringBounder stringBounder)
- Specified by:
getAreain classBodyEnhancedAbstract
-
getPorts
public Ports getPorts(StringBounder stringBounder)
-
getUrls
public java.util.List<Url> getUrls()
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPositionin interfaceTextBlock- Overrides:
getInnerPositionin classAbstractTextBlock
-
-