Class FtileSwitchWithDiamonds
- 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.FtileSwitchNude
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileSwitchWithDiamonds
-
- Direct Known Subclasses:
FtileSwitchWithManyLinks,FtileSwitchWithOneLink
public class FtileSwitchWithDiamonds extends FtileSwitchNude
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Branch>branchesprotected Ftilediamond1protected Ftilediamond2protected net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileSwitchWithDiamonds.Modemode-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileSwitchNude
tiles, xSeparation
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
TRACE
-
-
Constructor Summary
Constructors Constructor Description FtileSwitchWithDiamonds(java.util.List<Ftile> tiles, java.util.List<Branch> branches, Swimlane in, Ftile diamond1, Ftile diamond2, StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometrycalculateDimensionInternalSlow(StringBounder stringBounder)voiddrawU(UGraphic ug)java.util.Collection<Ftile>getMyChildren()protected UTranslategetTranslateDiamond1(StringBounder stringBounder)protected UTranslategetTranslateDiamond2(StringBounder stringBounder)protected UTranslategetTranslateMain(StringBounder stringBounder)protected UTranslategetTranslateOf(Ftile tile, StringBounder stringBounder)protected doublegetYdelta1a(StringBounder stringBounder)protected doublegetYdelta1b(StringBounder stringBounder)-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileSwitchNude
calculateDimensionFtile, getSwimlaneIn, getSwimlaneOut, getSwimlanes, getTranslateFor, getTranslateNude
-
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
-
-
-
-
Method Detail
-
getMyChildren
public final java.util.Collection<Ftile> getMyChildren()
- Specified by:
getMyChildrenin interfaceFtile- Overrides:
getMyChildrenin classFtileSwitchNude
-
getYdelta1a
protected double getYdelta1a(StringBounder stringBounder)
-
getYdelta1b
protected final double getYdelta1b(StringBounder stringBounder)
-
calculateDimensionInternalSlow
protected final FtileGeometry calculateDimensionInternalSlow(StringBounder stringBounder)
- Overrides:
calculateDimensionInternalSlowin classFtileSwitchNude
-
drawU
public final void drawU(UGraphic ug)
- Specified by:
drawUin interfaceUDrawable- Overrides:
drawUin classFtileSwitchNude
-
getTranslateOf
protected final UTranslate getTranslateOf(Ftile tile, StringBounder stringBounder)
-
getTranslateMain
protected final UTranslate getTranslateMain(StringBounder stringBounder)
-
getTranslateDiamond1
protected final UTranslate getTranslateDiamond1(StringBounder stringBounder)
-
getTranslateDiamond2
protected final UTranslate getTranslateDiamond2(StringBounder stringBounder)
-
-