Class FtileIfWithLinks
java.lang.Object
net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileDimensionMemoize
net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileIfNude
net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileIfWithDiamonds
net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileIfWithLinks
-
Field Summary
Fields inherited from class FtileIfWithDiamonds
diamond1, diamond2Fields inherited from class FtileIfNude
suppWidthNode, tile1, tile2, xDeltaNote, yDeltaNoteFields inherited from class AbstractFtile
TRACE -
Constructor Summary
ConstructorsConstructorDescriptionFtileIfWithLinks(Ftile diamond1, Ftile tile1, Ftile tile2, Ftile diamond2, Swimlane in, Rainbow arrowColor, ConditionEndStyle conditionEndStyle, StringBounder stringBounder, Collection<PositionedNote> notes) -
Method Summary
Modifier and TypeMethodDescriptionaddLinks(Branch branch1, Branch branch2, StringBounder stringBounder) protected doublegetYdeltaForLabels(StringBounder stringBounder) Methods inherited from class FtileIfWithDiamonds
calculateDimensionInternalSlow, computeMarginNeedForBranchLabe1, computeMarginNeedForBranchLabe2, computeVerticalMarginNeedForBranchs, createOpale, drawU, getMyChildren, getTranslateBranch1, getTranslateBranch2, getTranslateDiamond1, getTranslateDiamond2, getYdelta1a, getYdelta1b, widthInnerMethods inherited from class FtileIfNude
calculateDimensionFtile, getSwimlaneIn, getSwimlaneOut, getSwimlanes, getTranslateFor, hasTwoBranchesMethods inherited from class FtileDimensionMemoize
calculateDimensionInternal, clearCacheDimensionInternalMethods inherited from class AbstractFtile
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInLinkRendering, getInnerConnections, getMinMax, getOutLinkRendering, getThickness, getWeldingPoints, skinParamMethods inherited from class AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorderMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TextBlock
getBackcolor, getInnerPosition, getMagneticBorder
-
Constructor Details
-
FtileIfWithLinks
public FtileIfWithLinks(Ftile diamond1, Ftile tile1, Ftile tile2, Ftile diamond2, Swimlane in, Rainbow arrowColor, ConditionEndStyle conditionEndStyle, StringBounder stringBounder, Collection<PositionedNote> notes)
-
-
Method Details
-
getYdeltaForLabels
- Overrides:
getYdeltaForLabelsin classFtileIfWithDiamonds
-
addLinks
-