Class FtileMargedVertically
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDecorate
-
- net.sourceforge.plantuml.activitydiagram3.ftile.FtileMargedVertically
-
-
Constructor Summary
Constructors Constructor Description FtileMargedVertically(Ftile tile, double margin1, double margin2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FtileGeometry
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDecorate
arrowHorizontalAlignment, getFtileDelegated, getInLinkRendering, getInnerConnections, getMyChildren, getOutLinkRendering, getSwimlaneIn, getSwimlaneOut, getSwimlanes, getThickness, getTranslateFor, 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
-
FtileMargedVertically
public FtileMargedVertically(Ftile tile, double margin1, double margin2)
-
-
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
-
-