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(TextBlock label, ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometry
calculateDimensionFtile(StringBounder stringBounder)
void
drawU(UGraphic ug)
StyleSignature
getDefaultStyleDefinition()
java.util.Collection<Ftile>
getMyChildren()
Swimlane
getSwimlaneIn()
Swimlane
getSwimlaneOut()
java.util.Set<Swimlane>
getSwimlanes()
FtileDiamondSquare
withEast(TextBlock east)
FtileDiamondSquare
withNorth(TextBlock north)
FtileDiamondSquare
withSouth(TextBlock south)
FtileDiamondSquare
withWest(TextBlock west)
Ftile
withWestAndEast(TextBlock tb1, TextBlock tb2)
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInLinkRendering, getInnerConnections, getMinMax, 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
-
-
-
-
Field Detail
-
backColor
protected final HColor backColor
-
borderColor
protected final HColor borderColor
-
swimlane
protected final Swimlane swimlane
-
label
protected final TextBlock label
-
north
protected final TextBlock north
-
south
protected final TextBlock south
-
west
protected final TextBlock west
-
east
protected final TextBlock east
-
shadowing
protected final double shadowing
-
-
Constructor Detail
-
FtileDiamondSquare
public FtileDiamondSquare(TextBlock label, ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane)
-
-
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)
-
drawU
public void drawU(UGraphic ug)
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Specified by:
calculateDimensionFtile
in classAbstractFtile
-
getDefaultStyleDefinition
public final StyleSignature getDefaultStyleDefinition()
- Specified by:
getDefaultStyleDefinition
in interfaceStyleable
-
getMyChildren
public final java.util.Collection<Ftile> getMyChildren()
- Specified by:
getMyChildren
in interfaceFtile
- Overrides:
getMyChildren
in classAbstractFtile
-
getSwimlanes
public final java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanes
in interfaceSwimable
-
getSwimlaneIn
public final Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneIn
in interfaceSwimable
-
getSwimlaneOut
public final Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOut
in interfaceSwimable
-
-