Class FtileIfNude
- 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
-
- Direct Known Subclasses:
FtileIfWithDiamonds
public class FtileIfNude extends FtileDimensionMemoize
-
-
Field Summary
Fields Modifier and Type Field Description protected doublesuppWidthNodeprotected Ftiletile1protected Ftiletile2protected doublexDeltaNoteprotected doubleyDeltaNote-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
TRACE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometrycalculateDimensionFtile(StringBounder stringBounder)protected FtileGeometrycalculateDimensionInternalSlow(StringBounder stringBounder)voiddrawU(UGraphic ug)java.util.Collection<Ftile>getMyChildren()SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()java.util.Set<Swimlane>getSwimlanes()protected UTranslategetTranslateBranch1(StringBounder stringBounder)protected UTranslategetTranslateBranch2(StringBounder stringBounder)UTranslategetTranslateFor(Ftile child, StringBounder stringBounder)booleanhasTwoBranches(StringBounder stringBounder)protected doublewidthInner(StringBounder stringBounder)-
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 java.util.Collection<Ftile> getMyChildren()
- Specified by:
getMyChildrenin interfaceFtile- Overrides:
getMyChildrenin classAbstractFtile
-
hasTwoBranches
public boolean hasTwoBranches(StringBounder stringBounder)
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
-
getTranslateBranch1
protected UTranslate getTranslateBranch1(StringBounder stringBounder)
-
getTranslateBranch2
protected UTranslate getTranslateBranch2(StringBounder stringBounder)
-
getTranslateFor
public UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
- Specified by:
getTranslateForin interfaceFtile- Overrides:
getTranslateForin classAbstractFtile
-
drawU
public void drawU(UGraphic ug)
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Specified by:
calculateDimensionFtilein classAbstractFtile
-
calculateDimensionInternalSlow
protected FtileGeometry calculateDimensionInternalSlow(StringBounder stringBounder)
- Specified by:
calculateDimensionInternalSlowin classFtileDimensionMemoize
-
widthInner
protected double widthInner(StringBounder stringBounder)
-
-