Class FtileBlackBlock
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileBlackBlock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FtileGeometry
calculateDimensionFtile
(StringBounder stringBounder) void
java.util.Collection<Ftile>
java.util.Set<Swimlane>
void
setBlackBlockDimension
(double width, double height) void
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, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition
-
Constructor Details
-
FtileBlackBlock
-
-
Method Details
-
setBlackBlockDimension
public void setBlackBlockDimension(double width, double height) -
setLabel
-
calculateDimensionFtile
- Specified by:
calculateDimensionFtile
in classAbstractFtile
-
drawU
-
getSwimlanes
-
getSwimlaneIn
-
getSwimlaneOut
-
getMyChildren
- Specified by:
getMyChildren
in interfaceFtile
- Overrides:
getMyChildren
in classAbstractFtile
-