public class FtileDiamondInside3 extends AbstractFtile implements FtileOverpassing
Constructor and Description |
---|
FtileDiamondInside3(boolean shadowing,
HtmlColor backColor,
HtmlColor borderColor,
Swimlane swimlane,
TextBlock label) |
Modifier and Type | Method and Description |
---|---|
FtileGeometry |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
FtileGeometry |
getOverpassDimension(StringBounder stringBounder) |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
FtileDiamondInside3 |
withEast(TextBlock east) |
FtileDiamondInside3 |
withNorth(TextBlock north) |
FtileDiamondInside3 |
withSouth(TextBlock south) |
FtileDiamondInside3 |
withWest(TextBlock west) |
getInLinkRendering, getInnerConnections, getOutLinkRendering, getTranslateFor, shadowing
getInnerPosition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInLinkRendering, getInnerConnections, getOutLinkRendering, getTranslateFor, shadowing
getInnerPosition
public FtileDiamondInside3 withNorth(TextBlock north)
public FtileDiamondInside3 withWest(TextBlock west)
public FtileDiamondInside3 withEast(TextBlock east)
public FtileDiamondInside3 withSouth(TextBlock south)
public java.util.Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable
public Swimlane getSwimlaneIn()
getSwimlaneIn
in interface Swimable
public Swimlane getSwimlaneOut()
getSwimlaneOut
in interface Swimable
public FtileGeometry calculateDimension(StringBounder stringBounder)
calculateDimension
in interface Ftile
calculateDimension
in interface TextBlock
public FtileGeometry getOverpassDimension(StringBounder stringBounder)
getOverpassDimension
in interface FtileOverpassing