Class FtileMinWidthCentered
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDecorate
-
- net.sourceforge.plantuml.activitydiagram3.ftile.FtileMinWidthCentered
-
-
Constructor Summary
Constructors Constructor Description FtileMinWidthCentered(Ftile tile, double minWidth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FtileGeometry
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
UTranslate
getTranslateFor(Ftile child, StringBounder stringBounder)
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDecorate
arrowHorizontalAlignment, getFtileDelegated, getInLinkRendering, getInnerConnections, getMyChildren, getOutLinkRendering, getSwimlaneIn, getSwimlaneOut, getSwimlanes, getThickness, getWeldingPoints, skinParam, toString
-
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, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
-
-
-
Constructor Detail
-
FtileMinWidthCentered
public FtileMinWidthCentered(Ftile tile, double minWidth)
-
-
Method Detail
-
drawU
public void drawU(UGraphic ug)
- Specified by:
drawU
in interfaceUDrawable
- Overrides:
drawU
in classFtileDecorate
-
calculateDimension
public FtileGeometry calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceFtile
- Specified by:
calculateDimension
in interfaceTextBlock
- Overrides:
calculateDimension
in classFtileDecorate
-
getTranslateFor
public UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
- Specified by:
getTranslateFor
in interfaceFtile
- Overrides:
getTranslateFor
in classFtileDecorate
-
-