Class FtileGoto
- 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.FtileGoto
-
-
Constructor Summary
Constructors Constructor Description FtileGoto(ISkinParam skinParam, Swimlane swimlane, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometry
calculateDimensionFtile(StringBounder stringBounder)
java.lang.String
getName()
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.FtileEmpty
calculateDimensionEmpty, drawU, getMyChildren, getSwimlaneIn, getSwimlaneOut, getSwimlanes, toString
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInLinkRendering, getInnerConnections, getMinMax, getOutLinkRendering, getThickness, getTranslateFor, getWeldingPoints, 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
-
FtileGoto
public FtileGoto(ISkinParam skinParam, Swimlane swimlane, java.lang.String name)
-
-
Method Detail
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Overrides:
calculateDimensionFtile
in classFtileEmpty
-
getName
public java.lang.String getName()
-
-