Class FtileDecorateWelding
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDecorate
-
- net.sourceforge.plantuml.activitydiagram3.ftile.FtileDecorateWelding
-
-
Constructor Summary
Constructors Constructor Description FtileDecorateWelding(Ftile ftile, java.util.List<WeldingPoint> breaks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<WeldingPoint>
getWeldingPoints()
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDecorate
arrowHorizontalAlignment, calculateDimension, drawU, getFtileDelegated, getInLinkRendering, getInnerConnections, getMyChildren, getOutLinkRendering, getSwimlaneIn, getSwimlaneOut, getSwimlanes, getThickness, getTranslateFor, 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
-
FtileDecorateWelding
public FtileDecorateWelding(Ftile ftile, java.util.List<WeldingPoint> breaks)
-
-
Method Detail
-
getWeldingPoints
public java.util.List<WeldingPoint> getWeldingPoints()
- Specified by:
getWeldingPoints
in interfaceFtile
- Overrides:
getWeldingPoints
in classFtileDecorate
-
-