| Constructor and Description |
|---|
FtileDiamond(ISkinParam skinParam,
HtmlColor backColor,
HtmlColor 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) |
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, getInLinkRendering, getInnerConnections, getMinMax, getOutLinkRendering, getThickness, getTranslateFor, getWeldingPoints, skinParamgetInnerPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInnerPositionpublic FtileDiamond(ISkinParam skinParam, HtmlColor backColor, HtmlColor borderColor, Swimlane swimlane)
public java.util.Collection<Ftile> getMyChildren()
getMyChildren in interface FtilegetMyChildren in class AbstractFtilepublic FtileDiamond withNorth(TextBlock north)
public FtileDiamond withWest(TextBlock west1)
public FtileDiamond withEast(TextBlock east1)
public FtileDiamond withSouth(TextBlock south)
public java.util.Set<Swimlane> getSwimlanes()
public Swimlane getSwimlaneIn()
public Swimlane getSwimlaneOut()
public void drawU(UGraphic ug)
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
calculateDimensionFtile in class AbstractFtilepublic double getEastLabelWidth(StringBounder stringBounder)
public double getSouthLabelHeight(StringBounder stringBounder)