| Modifier and Type | Field and Description |
|---|---|
protected HColor |
backColor |
protected HColor |
borderColor |
protected TextBlock |
east |
protected TextBlock |
label |
protected TextBlock |
north |
protected double |
shadowing |
protected TextBlock |
south |
protected Swimlane |
swimlane |
protected TextBlock |
west |
TRACE| Constructor and Description |
|---|
FtileDiamondSquare(TextBlock label,
ISkinParam skinParam,
HColor backColor,
HColor borderColor,
Swimlane swimlane) |
| Modifier and Type | Method and Description |
|---|---|
protected FtileGeometry |
calculateDimensionFtile(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
java.util.Collection<Ftile> |
getMyChildren() |
Style |
getStyle() |
StyleSignatureBasic |
getStyleSignature() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
void |
swapEastWest() |
FtileDiamondSquare |
withEast(TextBlock east) |
FtileDiamondSquare |
withNorth(TextBlock north) |
FtileDiamondSquare |
withSouth(TextBlock south) |
FtileDiamondSquare |
withWest(TextBlock west) |
Ftile |
withWestAndEast(TextBlock tb1,
TextBlock tb2) |
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInLinkRendering, getInnerConnections, getMinMax, getOutLinkRendering, getThickness, getTranslateFor, getWeldingPoints, skinParamgetBackcolor, getInnerPosition, getMagneticBorderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackcolor, getInnerPosition, getMagneticBorderprotected final HColor backColor
protected final HColor borderColor
protected final Swimlane swimlane
protected final TextBlock label
protected final TextBlock north
protected final TextBlock south
protected TextBlock west
protected TextBlock east
protected final double shadowing
public FtileDiamondSquare(TextBlock label, ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane)
public FtileDiamondSquare withNorth(TextBlock north)
public FtileDiamondSquare withWest(TextBlock west)
public FtileDiamondSquare withEast(TextBlock east)
public FtileDiamondSquare withSouth(TextBlock south)
public void drawU(UGraphic ug)
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
calculateDimensionFtile in class AbstractFtilepublic void swapEastWest()
public final StyleSignatureBasic getStyleSignature()
getStyleSignature in interface Styleablepublic final Style getStyle()
public final java.util.Collection<Ftile> getMyChildren()
getMyChildren in interface FtilegetMyChildren in class AbstractFtilepublic final java.util.Set<Swimlane> getSwimlanes()
getSwimlanes in interface Swimablepublic final Swimlane getSwimlaneIn()
getSwimlaneIn in interface Swimablepublic final Swimlane getSwimlaneOut()
getSwimlaneOut in interface Swimable