Class FtileWithNotes
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.FtileWithNotes
-
Constructor Summary
ConstructorsConstructorDescriptionFtileWithNotes(Ftile tile, Collection<PositionedNote> notes, ISkinParam skinParam, VerticalAlignment verticalAlignment) -
Method Summary
Modifier and TypeMethodDescriptionprotected FtileGeometrycalculateDimensionFtile(StringBounder stringBounder) voidMethods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInLinkRendering, getInnerConnections, getMinMax, getMyChildren, getOutLinkRendering, getThickness, getTranslateFor, getWeldingPoints, skinParamMethods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPositionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition
-
Constructor Details
-
FtileWithNotes
public FtileWithNotes(Ftile tile, Collection<PositionedNote> notes, ISkinParam skinParam, VerticalAlignment verticalAlignment)
-
-
Method Details
-
getStyleSignature
-
getSwimlanes
-
getSwimlaneIn
-
getSwimlaneOut
-
drawU
-
calculateDimensionFtile
- Specified by:
calculateDimensionFtilein classAbstractFtile
-