Class FtileBreak
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.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
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
TRACE
-
-
Constructor Summary
Constructors Constructor Description FtileBreak(ISkinParam skinParam, Swimlane swimlane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometrycalculateDimensionFtile(StringBounder stringBounder)java.util.Collection<Ftile>getMyChildren()java.util.List<WeldingPoint>getWeldingPoints()java.lang.StringtoString()-
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.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder
-
-
-
-
Constructor Detail
-
FtileBreak
public FtileBreak(ISkinParam skinParam, Swimlane swimlane)
-
-
Method Detail
-
getMyChildren
public java.util.Collection<Ftile> getMyChildren()
- Specified by:
getMyChildrenin interfaceFtile- Overrides:
getMyChildrenin classFtileEmpty
-
toString
public java.lang.String toString()
- Overrides:
toStringin classFtileEmpty
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Overrides:
calculateDimensionFtilein classFtileEmpty
-
getWeldingPoints
public java.util.List<WeldingPoint> getWeldingPoints()
- Specified by:
getWeldingPointsin interfaceFtile- Overrides:
getWeldingPointsin classAbstractFtile
-
-