Class FtileSwitchWithDiamonds
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.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>
branches
protected Ftile
diamond1
protected Ftile
diamond2
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.cond.FtileSwitchNude
tiles, xSeparation
-
-
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 FtileGeometry
calculateDimensionInternalSlow(StringBounder stringBounder)
void
drawU(UGraphic ug)
protected TextBlock
getLabelPositive(Branch branch)
java.util.Collection<Ftile>
getMyChildren()
protected UTranslate
getTranslateDiamond1(StringBounder stringBounder)
protected UTranslate
getTranslateDiamond2(StringBounder stringBounder)
protected UTranslate
getTranslateMain(StringBounder stringBounder)
protected UTranslate
getTranslateOf(Ftile tile, StringBounder stringBounder)
double
getYdelta1a(StringBounder stringBounder)
double
getYdelta1b(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
-
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.graphic.AbstractTextBlock
getInnerPosition
-
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.graphic.TextBlock
getInnerPosition
-
-
-
-
Method Detail
-
getMyChildren
public java.util.Collection<Ftile> getMyChildren()
- Specified by:
getMyChildren
in interfaceFtile
- Overrides:
getMyChildren
in classFtileSwitchNude
-
getYdelta1a
public double getYdelta1a(StringBounder stringBounder)
-
getYdelta1b
public double getYdelta1b(StringBounder stringBounder)
-
calculateDimensionInternalSlow
protected FtileGeometry calculateDimensionInternalSlow(StringBounder stringBounder)
- Overrides:
calculateDimensionInternalSlow
in classFtileSwitchNude
-
drawU
public void drawU(UGraphic ug)
- Specified by:
drawU
in interfaceUDrawable
- Overrides:
drawU
in classFtileSwitchNude
-
getTranslateOf
protected UTranslate getTranslateOf(Ftile tile, StringBounder stringBounder)
-
getTranslateMain
protected UTranslate getTranslateMain(StringBounder stringBounder)
-
getTranslateDiamond1
protected UTranslate getTranslateDiamond1(StringBounder stringBounder)
-
getTranslateDiamond2
protected UTranslate getTranslateDiamond2(StringBounder stringBounder)
-
-