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() |
getInnerPosition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getInnerPosition
public FtileDecorate(Ftile ftile)
public java.lang.String toString()
toString
in class java.lang.Object
public LinkRendering getOutLinkRendering()
getOutLinkRendering
in interface Ftile
public LinkRendering getInLinkRendering()
getInLinkRendering
in interface Ftile
public FtileGeometry calculateDimension(StringBounder stringBounder)
calculateDimension
in interface Ftile
calculateDimension
in interface TextBlock
public java.util.Collection<Connection> getInnerConnections()
getInnerConnections
in interface Ftile
public UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
getTranslateFor
in interface Ftile
public java.util.Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable
public Swimlane getSwimlaneIn()
getSwimlaneIn
in interface Swimable
public Swimlane getSwimlaneOut()
getSwimlaneOut
in interface Swimable
protected final Ftile getFtileDelegated()