Class FtileBreak
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
net.sourceforge.plantuml.activitydiagram3.ftile.FtileEmpty
net.sourceforge.plantuml.activitydiagram3.ftile.FtileBreak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FtileGeometry
calculateDimensionFtile
(StringBounder stringBounder) java.util.Collection<Ftile>
java.util.List<WeldingPoint>
java.lang.String
toString()
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.FtileEmpty
calculateDimensionEmpty, drawU, getSwimlaneIn, getSwimlaneOut, getSwimlanes
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInLinkRendering, getInnerConnections, getMinMax, getOutLinkRendering, getThickness, getTranslateFor, skinParam
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition
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
-
Constructor Details
-
FtileBreak
-
-
Method Details
-
getMyChildren
- Specified by:
getMyChildren
in interfaceFtile
- Overrides:
getMyChildren
in classFtileEmpty
-
toString
public java.lang.String toString()- Overrides:
toString
in classFtileEmpty
-
calculateDimensionFtile
- Overrides:
calculateDimensionFtile
in classFtileEmpty
-
getWeldingPoints
- Specified by:
getWeldingPoints
in interfaceFtile
- Overrides:
getWeldingPoints
in classAbstractFtile
-