Class FtileLabel
- 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.FtileLabel
-
-
Constructor Summary
Constructors Constructor Description FtileLabel(ISkinParam skinParam, Swimlane swimlane, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.FtileEmpty
calculateDimensionEmpty, calculateDimensionFtile, 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
-
FtileLabel
public FtileLabel(ISkinParam skinParam, Swimlane swimlane, java.lang.String name)
-
-