public abstract class AbstractFtile extends AbstractTextBlock implements Ftile
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
TRACE |
| Constructor and Description |
|---|
AbstractFtile(ISkinParam skinParam) |
| Modifier and Type | Method and Description |
|---|---|
HorizontalAlignment |
arrowHorizontalAlignment() |
FtileGeometry |
calculateDimension(StringBounder stringBounder) |
protected abstract FtileGeometry |
calculateDimensionFtile(StringBounder stringBounder) |
HColorSet |
getIHtmlColorSet() |
LinkRendering |
getInLinkRendering() |
java.util.Collection<Connection> |
getInnerConnections() |
MinMax |
getMinMax(StringBounder stringBounder) |
java.util.Collection<Ftile> |
getMyChildren() |
LinkRendering |
getOutLinkRendering() |
UStroke |
getThickness(Style style) |
UTranslate |
getTranslateFor(Ftile child,
StringBounder stringBounder) |
java.util.List<WeldingPoint> |
getWeldingPoints() |
ISkinParam |
skinParam() |
getBackcolor, getInnerPosition, getMagneticBorderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSwimlaneIn, getSwimlaneOut, getSwimlanesgetBackcolor, getInnerPosition, getMagneticBorderprotected final boolean TRACE
public AbstractFtile(ISkinParam skinParam)
public final ISkinParam skinParam()
public final HColorSet getIHtmlColorSet()
public LinkRendering getInLinkRendering()
getInLinkRendering in interface Ftilepublic LinkRendering getOutLinkRendering()
getOutLinkRendering in interface Ftilepublic java.util.Collection<Connection> getInnerConnections()
getInnerConnections in interface Ftilepublic UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
getTranslateFor in interface Ftilepublic final UStroke getThickness(Style style)
getThickness in interface Ftilepublic java.util.List<WeldingPoint> getWeldingPoints()
getWeldingPoints in interface Ftilepublic java.util.Collection<Ftile> getMyChildren()
getMyChildren in interface Ftilepublic HorizontalAlignment arrowHorizontalAlignment()
arrowHorizontalAlignment in interface Ftilepublic final FtileGeometry calculateDimension(StringBounder stringBounder)
calculateDimension in interface FtilecalculateDimension in interface TextBlockprotected abstract FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
public final MinMax getMinMax(StringBounder stringBounder)
getMinMax in interface TextBlockgetMinMax in class AbstractTextBlock