Class FtileIfWithDiamonds
- 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
-
- Direct Known Subclasses:
FtileIfWithLinks
public class FtileIfWithDiamonds extends FtileIfNude
-
-
Field Summary
Fields Modifier and Type Field Description protected Ftile
diamond1
protected Ftile
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 FtileIfWithDiamonds(Ftile diamond1, Ftile tile1, Ftile tile2, Ftile diamond2, Swimlane in, StringBounder stringBounder, java.util.Collection<PositionedNote> notes)
-
Method Summary
-
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
-
FtileIfWithDiamonds
public FtileIfWithDiamonds(Ftile diamond1, Ftile tile1, Ftile tile2, Ftile diamond2, Swimlane in, StringBounder stringBounder, java.util.Collection<PositionedNote> notes)
-
-
Method Detail
-
createOpale
public static Opale createOpale(PositionedNote first, ISkinParam skinParam)
-
getMyChildren
public java.util.Collection<Ftile> getMyChildren()
- Specified by:
getMyChildren
in interfaceFtile
- Overrides:
getMyChildren
in classFtileIfNude
-
getYdelta1a
protected int getYdelta1a(StringBounder stringBounder)
-
getYdelta1b
protected int getYdelta1b(StringBounder stringBounder)
-
getYdeltaForLabels
protected double getYdeltaForLabels(StringBounder stringBounder)
-
widthInner
protected double widthInner(StringBounder stringBounder)
- Overrides:
widthInner
in classFtileIfNude
-
calculateDimensionInternalSlow
protected FtileGeometry calculateDimensionInternalSlow(StringBounder stringBounder)
- Overrides:
calculateDimensionInternalSlow
in classFtileIfNude
-
drawU
public void drawU(UGraphic ug)
- Specified by:
drawU
in interfaceUDrawable
- Overrides:
drawU
in classFtileIfNude
-
getTranslateBranch1
protected UTranslate getTranslateBranch1(StringBounder stringBounder)
- Overrides:
getTranslateBranch1
in classFtileIfNude
-
getTranslateBranch2
protected UTranslate getTranslateBranch2(StringBounder stringBounder)
- Overrides:
getTranslateBranch2
in classFtileIfNude
-
getTranslateDiamond1
protected UTranslate getTranslateDiamond1(StringBounder stringBounder)
-
getTranslateDiamond2
protected UTranslate getTranslateDiamond2(StringBounder stringBounder)
-
computeMarginNeedForBranchLabe1
public double computeMarginNeedForBranchLabe1(StringBounder stringBounder, XDimension2D label1)
-
computeMarginNeedForBranchLabe2
public double computeMarginNeedForBranchLabe2(StringBounder stringBounder, XDimension2D label2)
-
computeVerticalMarginNeedForBranchs
public double computeVerticalMarginNeedForBranchs(StringBounder stringBounder, XDimension2D label1, XDimension2D label2)
-
-