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
-
public class FtileBreak extends FtileEmpty implements WeldingPoint
-
-
Constructor Summary
Constructors Constructor Description FtileBreak(ISkinParam skinParam, Swimlane swimlane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometry
calculateDimensionFtile(StringBounder stringBounder)
Collection<Ftile>
getMyChildren()
List<WeldingPoint>
getWeldingPoints()
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 Detail
-
FtileBreak
public FtileBreak(ISkinParam skinParam, Swimlane swimlane)
-
-
Method Detail
-
getMyChildren
public Collection<Ftile> getMyChildren()
- Specified by:
getMyChildren
in interfaceFtile
- Overrides:
getMyChildren
in classFtileEmpty
-
toString
public String toString()
- Overrides:
toString
in classFtileEmpty
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Overrides:
calculateDimensionFtile
in classFtileEmpty
-
getWeldingPoints
public List<WeldingPoint> getWeldingPoints()
- Specified by:
getWeldingPoints
in interfaceFtile
- Overrides:
getWeldingPoints
in classAbstractFtile
-
-