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 net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileIfWithDiamonds
diamond1, diamond2
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileIfNude
suppWidthNode, tile1, tile2, xDeltaNote, yDeltaNote
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
TRACE
-
-
Constructor Summary
Constructors Constructor Description FtileIfWithLinks(Ftile diamond1, Ftile tile1, Ftile tile2, Ftile diamond2, Swimlane in, Rainbow arrowColor, ConditionEndStyle conditionEndStyle, StringBounder stringBounder, java.util.Collection<PositionedNote> notes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ftile
addLinks(Branch branch1, Branch branch2, StringBounder stringBounder)
protected double
getYdeltaForLabels(StringBounder stringBounder)
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileIfWithDiamonds
calculateDimensionInternalSlow, computeMarginNeedForBranchLabe1, computeMarginNeedForBranchLabe2, computeVerticalMarginNeedForBranchs, createOpale, drawU, getMyChildren, getTranslateBranch1, getTranslateBranch2, getTranslateDiamond1, getTranslateDiamond2, getYdelta1a, getYdelta1b, widthInner
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileIfNude
calculateDimensionFtile, getSwimlaneIn, getSwimlaneOut, getSwimlanes, getTranslateFor, hasTwoBranches
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileDimensionMemoize
calculateDimensionInternal, clearCacheDimensionInternal
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInLinkRendering, getInnerConnections, getMinMax, getOutLinkRendering, getThickness, getWeldingPoints, skinParam
-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder
-
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.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder
-
-
-
-
Constructor Detail
-
FtileIfWithLinks
public FtileIfWithLinks(Ftile diamond1, Ftile tile1, Ftile tile2, Ftile diamond2, Swimlane in, Rainbow arrowColor, ConditionEndStyle conditionEndStyle, StringBounder stringBounder, java.util.Collection<PositionedNote> notes)
-
-
Method Detail
-
getYdeltaForLabels
protected double getYdeltaForLabels(StringBounder stringBounder)
- Overrides:
getYdeltaForLabels
in classFtileIfWithDiamonds
-
addLinks
public Ftile addLinks(Branch branch1, Branch branch2, StringBounder stringBounder)
-
-