Class FtileIfNude
- 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.FtileIfNude
-
- Direct Known Subclasses:
FtileIfWithDiamonds
public class FtileIfNude extends FtileDimensionMemoize
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometry
calculateDimensionFtile(StringBounder stringBounder)
protected FtileGeometry
calculateDimensionInternalSlow(StringBounder stringBounder)
void
drawU(UGraphic ug)
java.util.Collection<Ftile>
getMyChildren()
Swimlane
getSwimlaneIn()
Swimlane
getSwimlaneOut()
java.util.Set<Swimlane>
getSwimlanes()
protected UTranslate
getTranslate1(StringBounder stringBounder)
protected UTranslate
getTranslate2(StringBounder stringBounder)
UTranslate
getTranslateFor(Ftile child, StringBounder stringBounder)
boolean
hasTwoBranches(StringBounder stringBounder)
protected double
widthInner(StringBounder stringBounder)
-
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 classAbstractFtile
-
hasTwoBranches
public boolean hasTwoBranches(StringBounder stringBounder)
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
-
getTranslate1
protected UTranslate getTranslate1(StringBounder stringBounder)
-
getTranslate2
protected UTranslate getTranslate2(StringBounder stringBounder)
-
getTranslateFor
public UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
- Specified by:
getTranslateFor
in interfaceFtile
- Overrides:
getTranslateFor
in classAbstractFtile
-
drawU
public void drawU(UGraphic ug)
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Specified by:
calculateDimensionFtile
in classAbstractFtile
-
calculateDimensionInternalSlow
protected FtileGeometry calculateDimensionInternalSlow(StringBounder stringBounder)
- Specified by:
calculateDimensionInternalSlow
in classFtileDimensionMemoize
-
widthInner
protected double widthInner(StringBounder stringBounder)
-
-