public abstract class FtileDecorate extends AbstractTextBlock implements Ftile
| Constructor and Description |
|---|
FtileDecorate(Ftile ftile) |
| Modifier and Type | Method and Description |
|---|---|
FtileGeometry |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
protected Ftile |
getFtileDelegated() |
LinkRendering |
getInLinkRendering() |
java.util.Collection<Connection> |
getInnerConnections() |
LinkRendering |
getOutLinkRendering() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
UTranslate |
getTranslateFor(Ftile child,
StringBounder stringBounder) |
boolean |
shadowing() |
java.lang.String |
toString() |
getInnerPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInnerPositionpublic FtileDecorate(Ftile ftile)
public java.lang.String toString()
toString in class java.lang.Objectpublic LinkRendering getOutLinkRendering()
getOutLinkRendering in interface Ftilepublic LinkRendering getInLinkRendering()
getInLinkRendering in interface Ftilepublic FtileGeometry calculateDimension(StringBounder stringBounder)
calculateDimension in interface FtilecalculateDimension in interface TextBlockpublic java.util.Collection<Connection> getInnerConnections()
getInnerConnections in interface Ftilepublic UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
getTranslateFor in interface Ftilepublic java.util.Set<Swimlane> getSwimlanes()
getSwimlanes in interface Swimablepublic Swimlane getSwimlaneIn()
getSwimlaneIn in interface Swimablepublic Swimlane getSwimlaneOut()
getSwimlaneOut in interface Swimableprotected final Ftile getFtileDelegated()