Class FtileDiamondInside3
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDiamondInside3
-
public class FtileDiamondInside3 extends AbstractFtile implements FtileOverpassing
-
-
Constructor Summary
Constructors Constructor Description FtileDiamondInside3(ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane, TextBlock label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometrycalculateDimensionFtile(StringBounder stringBounder)voiddrawU(UGraphic ug)FtileGeometrygetOverpassDimension(StringBounder stringBounder)SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()java.util.Set<Swimlane>getSwimlanes()FtileDiamondInside3withEast(TextBlock east)FtileDiamondInside3withNorth(TextBlock north)FtileDiamondInside3withSouth(TextBlock south)FtileDiamondInside3withWest(TextBlock west)-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInLinkRendering, getInnerConnections, getMinMax, getMyChildren, getOutLinkRendering, getThickness, getTranslateFor, 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.activitydiagram3.ftile.Ftile
arrowHorizontalAlignment, calculateDimension, getInLinkRendering, getInnerConnections, getMyChildren, getOutLinkRendering, getThickness, getTranslateFor, getWeldingPoints, skinParam
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition, getMinMax
-
-
-
-
Constructor Detail
-
FtileDiamondInside3
public FtileDiamondInside3(ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane, TextBlock label)
-
-
Method Detail
-
withNorth
public FtileDiamondInside3 withNorth(TextBlock north)
-
withWest
public FtileDiamondInside3 withWest(TextBlock west)
-
withEast
public FtileDiamondInside3 withEast(TextBlock east)
-
withSouth
public FtileDiamondInside3 withSouth(TextBlock south)
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOutin interfaceSwimable
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Specified by:
calculateDimensionFtilein classAbstractFtile
-
getOverpassDimension
public FtileGeometry getOverpassDimension(StringBounder stringBounder)
- Specified by:
getOverpassDimensionin interfaceFtileOverpassing
-
-