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 |
Constructor and Description |
---|
FtileDiamond(ISkinParam skinParam,
HColor backColor,
HColor borderColor,
Swimlane swimlane) |
Modifier and Type | Method and Description |
---|---|
protected FtileGeometry |
calculateDimensionFtile(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
double |
getEastLabelWidth(StringBounder stringBounder) |
java.util.Collection<Ftile> |
getMyChildren() |
double |
getSouthLabelHeight(StringBounder stringBounder) |
Style |
getStyle() |
StyleSignatureBasic |
getStyleSignature() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
FtileDiamond |
withEast(TextBlock east1) |
FtileDiamond |
withNorth(TextBlock north) |
FtileDiamond |
withSouth(TextBlock south) |
FtileDiamond |
withWest(TextBlock west1) |
Ftile |
withWestAndEast(TextBlock tb1,
TextBlock tb2) |
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInLinkRendering, getInnerConnections, getMinMax, getOutLinkRendering, getThickness, getTranslateFor, getWeldingPoints, skinParam
getInnerPosition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInnerPosition
protected final HColor backColor
protected final HColor borderColor
protected final Swimlane swimlane
protected final TextBlock label
protected final TextBlock north
protected final TextBlock south
protected final TextBlock west
protected final TextBlock east
protected final double shadowing
public FtileDiamond(ISkinParam skinParam, HColor backColor, HColor borderColor, Swimlane swimlane)
public FtileDiamond withNorth(TextBlock north)
public FtileDiamond withWest(TextBlock west1)
public FtileDiamond withEast(TextBlock east1)
public FtileDiamond withSouth(TextBlock south)
public void drawU(UGraphic ug)
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
calculateDimensionFtile
in class AbstractFtile
public double getEastLabelWidth(StringBounder stringBounder)
public double getSouthLabelHeight(StringBounder stringBounder)
public final StyleSignatureBasic getStyleSignature()
getStyleSignature
in interface Styleable
public final Style getStyle()
public final java.util.Collection<Ftile> getMyChildren()
getMyChildren
in interface Ftile
getMyChildren
in class AbstractFtile
public final java.util.Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable
public final Swimlane getSwimlaneIn()
getSwimlaneIn
in interface Swimable
public final Swimlane getSwimlaneOut()
getSwimlaneOut
in interface Swimable