Class FtileDiamondSquare
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDiamondSquare
-
-
Constructor Summary
Constructors Constructor Description FtileDiamondSquare(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)SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()java.util.Set<Swimlane>getSwimlanes()FtileDiamondSquarewithEast(TextBlock east)FtileDiamondSquarewithNorth(TextBlock north)FtileDiamondSquarewithSouth(TextBlock south)FtileDiamondSquarewithWest(TextBlock west)FtilewithWestAndEast(TextBlock tb1, TextBlock tb2)-
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.graphic.TextBlock
getInnerPosition
-
-
-
-
Constructor Detail
-
FtileDiamondSquare
public FtileDiamondSquare(ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane, TextBlock label)
-
-
Method Detail
-
withNorth
public FtileDiamondSquare withNorth(TextBlock north)
-
withWest
public FtileDiamondSquare withWest(TextBlock west)
-
withEast
public FtileDiamondSquare withEast(TextBlock east)
-
withSouth
public FtileDiamondSquare withSouth(TextBlock south)
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
-
drawU
public void drawU(UGraphic ug)
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Specified by:
calculateDimensionFtilein classAbstractFtile
-
-