public abstract class FtileDecorate extends AbstractTextBlock implements Ftile
| Constructor and Description |
|---|
FtileDecorate(Ftile ftile) |
| Modifier and Type | Method and Description |
|---|---|
HorizontalAlignment |
arrowHorizontalAlignment() |
FtileGeometry |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
protected Ftile |
getFtileDelegated() |
LinkRendering |
getInLinkRendering() |
java.util.Collection<Connection> |
getInnerConnections() |
java.util.Collection<Ftile> |
getMyChildren() |
LinkRendering |
getOutLinkRendering() |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
UStroke |
getThickness(Style style) |
UTranslate |
getTranslateFor(Ftile child,
StringBounder stringBounder) |
java.util.List<WeldingPoint> |
getWeldingPoints() |
ISkinParam |
skinParam() |
java.lang.String |
toString() |
getBackcolor, getInnerPosition, getMagneticBorder, getMinMaxclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBackcolor, getInnerPosition, getMagneticBorder, getMinMaxpublic 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 java.util.Set<Swimlane> getSwimlanes()
getSwimlanes in interface Swimablepublic Swimlane getSwimlaneIn()
getSwimlaneIn in interface Swimablepublic Swimlane getSwimlaneOut()
getSwimlaneOut in interface Swimablepublic ISkinParam skinParam()
public UStroke getThickness(Style style)
getThickness in interface Ftileprotected final Ftile getFtileDelegated()
public java.util.List<WeldingPoint> getWeldingPoints()
getWeldingPoints in interface Ftilepublic UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
getTranslateFor in interface Ftilepublic java.util.Collection<Ftile> getMyChildren()
getMyChildren in interface Ftilepublic HorizontalAlignment arrowHorizontalAlignment()
arrowHorizontalAlignment in interface Ftile